C-DEngine 5.105

TSM Constructor (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

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public TSM(
	string tEngine,
	string pText,
	eMsgLevel pLevel
)
Public Sub New ( _
	tEngine As String, _
	pText As String, _
	pLevel As eMsgLevel _
)
public:
TSM(
	String^ tEngine, 
	String^ pText, 
	eMsgLevel^ pLevel
)

Parameters

tEngine
Type: String
Engine Name
pText
Type: String
Command Text
pLevel
Type: nsCDEngine.BaseClasses..::..eMsgLevel
Priority Level of the Message