See Also

ITLogMsg Class  | ITLogMsg Members

Language

Visual Basic

C#

JScript

Show All

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

ITLogMsg Constructor

Overload List

Creates and intializes a new logmessage, settings its Module and Case properties to the values given in the call.

Creates and intializes a new logmessage, settings its Module, Case and LogLevel properties to the values given in the call.

Creates and intializes a new logmessage, settings its Module, Case, LogLevel and LogChannelName properties to the values given in the call.

[Visual Basic]

Remarks

Logmessage parameters in general

This is the general order of parameters (also in ITLogMsg.Create and in ITLogLib.QuickLog and similar methods):

 

Ways to create and recreate logmessages

The parameterized constructors are new feature of ITLogLib2/.NET. The COM-DLL variant of ITLogLib2, called ITLogLib2/COM-DLL, cannot support them because of COM limitations.

Note that you can also create log messages by calling ITOutputLogChannel.CreateLogMsg.

And you can reuse ITLogMsg instances for new output by using the ITLogMsg.Create methods.

See Also

ITLogMsg Class  | ITLogMsg Members

 

 


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