See Also

ITLogMsg Class  | ITLogMsg Members  | Overload List

Language

Visual Basic

C#

JScript

Show All

Name
The name of the parameter.
f
The value of the parameter.
CopyValueToMsgText

Indicates if the parameter value should additionally be appended to the logmessage text.

See AlsoLanguages ItLogLib2DotNet Send feedback on this topic to support@itech-software.com.

AddParam(String,Single,Boolean) Method

Adds a named Single 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 f As Single, _    ByVal CopyValueToMsgText As Boolean _ ) As Boolean
[C#]
public bool AddParam(    string Name,    float f,    bool CopyValueToMsgText );
[JScript]
public function AddParam(    Name : String,    f : float,    CopyValueToMsgText : boolean ) : boolean;

Parameters

Name
The name of the parameter.
f
The value of the parameter.
CopyValueToMsgText

Indicates if the parameter value should additionally be appended to the logmessage text.

See Also

ITLogMsg Class  | ITLogMsg Members  | Overload List

 

 


(c) 2002-2004 iTech Software GmbH, Berlin. Version 2.4, Wed 07 Jul 2004.