TheSystemMessageLog..::..WriteToLog Method (Int32, TSM)
Writes a TSM to the SystemLog with a given ID
Namespace:
nsCDEngine.BaseClassesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
[ConditionalAttribute] public void WriteToLog( int LogID, TSM MyText )
<ConditionalAttribute> _ Public Sub WriteToLog ( _ LogID As Integer, _ MyText As TSM _ )
[ConditionalAttribute] public: void WriteToLog( int^ LogID, TSM^ MyText )
Parameters
- LogID
- Type: Int32
Event ID of the entry
- MyText
- Type: nsCDEngine.BaseClasses..::..TSM
Main Content of the Entry