Click or drag to resize

builderForLoglog Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Logs the specified message. Adds short time string in front of message

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public void log(
	string message
)
Request Example View Source

Parameters

message
Type: SystemString
The message.

Implements

ILogable.log(String)
IAceLogable.log(String)
See Also