TSM Constructor
Overload List
Name | Description | |
---|---|---|
TSM()()()() |
Creates a new empty TSM - ORG and SID will NOT be set and therefore this is the fastest way to create a TSM (used by the Serializer)
|
|
TSM(String, String) |
Creates a new TSM with a given Engine and Command Text
|
|
TSM(String, String, String) |
Creates a new TSM with a given Engine and Command Text and Payload
|
|
TSM(String, String, String, Int32) |
Creates a new TSM with a given Engine and Command Localizable Text and Payload
|
|
TSM(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
|
|
TSM(String, String, eMsgLevel, String, Int32) |
Creates a new TSM with a given Engine and Command Text and Payload
|
|
TSM(String, String, eMsgLevel, DateTimeOffset, String) |
Creates a new TSM with a given Engine and Command Text and Payload
|
|
TSM(String, String, eMsgLevel) |
Creates a new TSM with a given Engine, Message Text and Message Level.
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
|