TSM Constructor (String, String, eMsgLevel, String)
Creates a new TSM with a given Engine and Message Text, Message Level and Payload
ATTENTION: Only use this Constructor for WriteToLog() entries.
ATTENTION: This constructor does NOT set the SID by default to avoid performance hit for SID creation
To change this behavior you have to set "DisableFastTSMs=true" in the App.config
Namespace:
nsCDEngine.BaseClassesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Parameters
- tEngine
- Type: String
Engine Name
- pText
- Type: String
Command Text
- pLevel
- Type: nsCDEngine.BaseClasses..::..eMsgLevel
Priority Level of the Message
- pPayload
- Type: String
Payload string for the message