See Also

ITOutputLogChannel Class  | ITOutputLogChannel Members  | ITLogLib.QuickLog

Language

Visual Basic

C#

JScript

Show All

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

QuickLog Method

Outputs a logmessage to the logchannel.

Overload List

Outputs a new logmessage, using the default LogLevel (LEVEL_INFO), to the logchannel.

Outputs a new logmessage, using the given LogLevel, to the logchannel.

Remarks

The method behaves similar to the ITLogLib.QuickLog method -- see there. The following code fragments have the same effect (with channel of type ITOutputLogChannel):

channel.QuickLog(ModuleName, CaseName, Text, LogLevel)

and

ITLogLib.QuickLog(ModuleName, CaseName, Text, LogLevel, c.Name)

See Also

ITOutputLogChannel Class  | ITOutputLogChannel Members  | ITLogLib.QuickLog

 

 


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