TheSystemMessageLog..::..WriteToLog Method (Int32, TSM, Boolean)
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 pLogID, TSM MyText, bool NoLog )
<ConditionalAttribute> _ Public Sub WriteToLog ( _ pLogID As Integer, _ MyText As TSM, _ NoLog As Boolean _ )
[ConditionalAttribute] public: void WriteToLog( int^ pLogID, TSM^ MyText, bool^ NoLog )
Parameters
- pLogID
- Type: Int32
Event ID of the entry
- MyText
- Type: nsCDEngine.BaseClasses..::..TSM
Main Content of the Entry
- NoLog
- Type: Boolean
If set to true, the entry will not be stored to the StorageService or Disk