See Also

ITOutputLogChannel Members  | iTechSoftware.ITLogLib2 Namespace

Language

Visual Basic

C#

JScript

Show All

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

ITOutputLogChannel Class

Represents an output logchannel (short: logchannel), which is an output stream for logmessages.

For a list of all members of this type, see ITOutputLogChannel members.

Syntax

[Visual Basic]
Public Class ITOutputLogChannel
[C#]
public class ITOutputLogChannel
[JScript]
public class ITOutputLogChannel

Remarks

The logging output of a program can go to one or more logchannels. They are defined in the configuration file, that is given as a parameter of ITLogLib.Initialize.

 

The standard logchannel, named "StdLog", is opened automatically as part of the initialization of the logging library. It is used as default, whenever the logchannel name or object is omitted in a logging operation.

 

Logchannel objects are managed -- created and destroyed -- by the logging library. You can’t create them using their constructor (New in Visual Basic). All logchannel objects you currently can get represent open logchannels.

See Also

ITOutputLogChannel Members  | iTechSoftware.ITLogLib2 Namespace

 

 


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