See Also

ITOutputLogChannel Class  | ITOutputLogChannel Members  | ITLogMsg.Create

Language

Visual Basic

C#

JScript

Show All

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

CreateLogMsg Method

Creates an ITLogMsg object which is associated with the logchannel and initializes it according to the parameters given in the call.

Overload List

Creates an ITLogMsg object which is associated with the logchannel and initializes its Module and Case properties with the values given in the call.

Creates an ITLogMsg object which is associated with the logchannel and initializes its Module, Case and and LogLevel properties with the values given in the call.

Remarks

The method behaves similar to the ITLogMsg.Create method -- see there. The following VB .NET code fragments have the same effect (with channel of type ITOutputLogChannel and msg of type ITLogMsg):

msg= channel.CreateLogMsg(ModuleName, CaseName, Text, LogLevel)

and

msg.Create(ModuleName, CaseName, Text, LogLevel, channel.Name)

See Also

ITOutputLogChannel Class  | ITOutputLogChannel Members  | ITLogMsg.Create

 

 


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