See Also

ITLogMsg Class  | ITLogMsg Members  | Overload List

Language

Visual Basic

C#

JScript

Show All

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

Add(String) Method

Adds (appends) the text given in the parameter to the logmessage.

[Visual Basic]
Overloads Public Sub Add( _    ByVal Text As String _ )
[C#]
public void Add(    string Text );
[JScript]
public function Add(    Text : String );

Parameters

Text
The text to add.

Remarks

If you want to add a line-break, use the control character sequence CR LF (hex: 0D 0A; C/C++/C#: "\r\n").

In Visual Basic .NET you find it as the predefined constant CrLf in Microsoft.VisualBasic.ControlChars.
Or, for compatibility with Visual Basic 6, as vbCrLf in Microsoft.VisualBasic.Constants.

See Also

ITLogMsg Class  | ITLogMsg Members  | Overload List

 

 


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