If set, then the value will additionally be appended to the logmessage text.
Adds a named string parameter including its value to the logmessage and also appends the parameter value to the Text property of the ITLogMsg object, if you set the CopyValueToMsgText flag.
[Visual Basic]
Overloads Public Function AddParam( _
ByVal Name As String, _
ByVal Value As String, _
ByVal CopyValueToMsgText As Boolean _
) As Boolean[C#]
public bool AddParam(
string Name,
string Value,
bool CopyValueToMsgText
);[JScript]
public function AddParam(
Name : String,
Value : String,
CopyValueToMsgText : boolean
) : boolean;If set, then the value will additionally be appended to the logmessage text.
ITLogMsg Class | ITLogMsg Members | Overload List | ITLogMsg.AddParam Overview
(c) 2002-2004 iTech Software GmbH, Berlin. Version 2.4, Wed 07 Jul 2004.