Click or drag to resize

imbConsoleLog Constructor (String, logType)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the imbConsoleLog class

Namespace:  imbACE.Core.core.diagnostic
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public imbConsoleLog(
	string _message,
	logType _level
)
Request Example View Source

Parameters

_message
Type: SystemString
_level
Type: imbACE.Core.corelogType
See Also