See Also

ITLogMsg Class  | ITLogMsg Members  | ITLogMsg.Text

Language

Visual Basic

C#

JScript

Show All

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

Add Method

Adds (appends) text to the logmessage.

Overload List

Adds (appends) a double value in text form to the logmessage text. 
Adds (appends) an int value in text form to the logmessage text. 
Adds (appends) a character to the logmessage text. 
Adds (appends) a single value in text form to the logmessage text. 
Adds (appends) the text given in the parameter to the logmessage.

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  | ITLogMsg.Text

 

 


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