Click or drag to resize

aceLoglog Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Logs the specified message via the main loger. If the instance specified creates ToStringDump limited output

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static void log(
	string message,
	Object instance = null,
	bool highlight = false
)
Request Example View Source

Parameters

message
Type: SystemString
The message.
instance (Optional)
Type: SystemObject
The instance.
highlight (Optional)
Type: SystemBoolean
See Also