Click or drag to resize

builderForLogBaselogStartPhase Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Logs the start phase.

Namespace:  imbSCI.Core.reporting.render.builders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public ILogBuilder logStartPhase(
	string title,
	string message
)
Request Example View Source

Parameters

title
Type: SystemString
The title.
message
Type: SystemString
The message.

Return Value

Type: ILogBuilder

Implements

ILogBuilderlogStartPhase(String, String)
See Also