See Also

ITLogLib Class  | ITLogLib Members  | ITLogLib.OpenLogChannel  | 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.

CloseLogChannel Method

Closes a logchannel (if it was open), flushing pending file output of logmessages before.

[Visual Basic]
Public Shared Function CloseLogChannel( _    ByVal LogChannelName As String _ ) As Boolean
[C#]
public static bool CloseLogChannel(    string LogChannelName );
[JScript]
public static function CloseLogChannel(    LogChannelName : String ) : boolean;

Parameters

LogChannelName

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

Remarks

Actions:

 

Return value:

 

Notes:

See Also

ITLogLib Class  | ITLogLib Members  | ITLogLib.OpenLogChannel  | ITLogLib.Initialize  | ITLogLib.Deinitialize

 

 


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