ICDESystemLog..::..WriteToLog Method
Writes to the log with a given LogID
Namespace:
nsCDEngine.InterfacesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Parameters
- LogLevel
- Type: nsCDEngine.BaseClasses..::..eDEBUG_LEVELS
Only if current DebugLevel is lower the messge will be logged
- LogID
- Type: Int32
LogID
- pTopic
- Type: String
Topic or Engine to be logged
- pLogText
- Type: String
Message to be logged
- pSeverity
- Type: nsCDEngine.BaseClasses..::..eMsgLevel
Message severity
- NoLog
- Type: Boolean
If true, the message will not be logged in files to prevent log overrun