Click or drag to resize

aceLogToConsoleControlwriteToConsole Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Writes to console.

Namespace:  imbSCI.Core.reporting
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public virtual void writeToConsole(
	string message,
	IConsoleControl loger,
	bool breakline,
	int altColor = -1
)
Request Example View Source

Parameters

message
Type: SystemString
The message.
loger
Type: imbSCI.Core.reportingIConsoleControl
The loger.
breakline
Type: SystemBoolean
if set to true [breakline].
altColor (Optional)
Type: SystemInt32
Color of the alt.
See Also