ITLogMsg.Add

 

Sub Add(Text As String)

 

Purpose:

§      adds (appends) text to the logmessage

 

Return value: none

 

Notes:

If you want to add a line-break, usage of the sequence CR LF (0D 0A) is recommended (constant vbCrLf in Visual Basic).