Click or drag to resize

imbConsoleLog Constructor (String, String, String, String, Int32)

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 _stampPart,
	string _levelName,
	string _message,
	string _fullTextLine,
	int _level
)
Request Example View Source

Parameters

_stampPart
Type: SystemString
_levelName
Type: SystemString
_message
Type: SystemString
_fullTextLine
Type: SystemString
_level
Type: SystemInt32
See Also