Click or drag to resize

builderForLogBaselog Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Logs the specified message.

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

Parameters

message
Type: SystemString
The message.

Implements

ILogablelog(String)
IAceLogablelog(String)
See Also