Click or drag to resize

aceAdvancedConsoleTState, TWorkspacelog Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Logs the specified message, using the other color if required

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public void log(
	string message,
	bool otherColor = false
)
Request Example View Source

Parameters

message
Type: SystemString
The message.
otherColor (Optional)
Type: SystemBoolean
if set to true [other color].

Implements

IAceAdvancedConsolelog(String, Boolean)
See Also