See Also

ITLogLib Class  | ITLogLib Members

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.

LogChannel Property

Returns the ITOutputLogChannel object for the open logchannel with the given name.

[Visual Basic]
Public Shared ReadOnly Property LogChannel( _    ByVal LogChannelName As String _ ) As ITOutputLogChannel
[C#]
public static ITOutputLogChannel LogChannel(    string LogChannelName ); {get;}
[JScript]
public static function get LogChannel(    LogChannelName : String ) : ITOutputLogChannel

Parameters

LogChannelName

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

Remarks

If the logchannel isn’t open or even doesn’ t exist in the configuration file then Nothing is returned.

 

See Also

ITLogLib Class  | ITLogLib Members

 

 


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