C-DEngine 5.105

TheSystemMessageLog..::..WriteLog Method

Main Log entry for the CDE System Log

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


[ConditionalAttribute]
public static void WriteLog(
	int tLogID,
	TSM MyText,
	bool NoLog
)
<ConditionalAttribute> _
Public Shared Sub WriteLog ( _
	tLogID As Integer, _
	MyText As TSM, _
	NoLog As Boolean _
)
[ConditionalAttribute]
public:
static void WriteLog(
	int^ tLogID, 
	TSM^ MyText, 
	bool^ NoLog
)

Parameters

tLogID
Type: Int32
Unique ID of the Event
MyText
Type: nsCDEngine.BaseClasses..::..TSM
TSM with the log entry
NoLog
Type: Boolean
if true, this entry will not be written to the log-history