See Also

ITLogLib Class  | ITLogLib Members  | ITLogLib.CloseLogChannel  | ITLogLib.Initialize  | ITLogLib.Deinitialize

Language

Visual Basic

C#

JScript

Show All

LogChannelName
The name of the logchannel, as defined in the configuration file.
See AlsoLanguages ItLogLib2DotNet Send feedback on this topic to support@itech-software.com.

OpenLogChannel Method

Opens a logchannel or returns a reference to an opened logchannel.

[Visual Basic]
Public Shared Function OpenLogChannel( _    ByVal LogChannelName As String _ ) As ITOutputLogChannel
[C#]
public static ITOutputLogChannel OpenLogChannel(    string LogChannelName );
[JScript]
public static function OpenLogChannel(    LogChannelName : String ) : ITOutputLogChannel;

Parameters

LogChannelName
The name of the logchannel, as defined in the configuration file.

Remarks

Actions:

 

Return value:

 

Note that, as a special case, the standard logchannel ("StdLog") is already opened as part of a successful initialization of the logging library.

 

Possible errors (just for an impression; enumeration may be incomplete):

 

See Also

ITLogLib Class  | ITLogLib Members  | ITLogLib.CloseLogChannel  | ITLogLib.Initialize  | ITLogLib.Deinitialize

 

 


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