See Also

ITOutputLogChannel Class  | ITOutputLogChannel Members  | ITLogLib.CloseLogChannel  | ITLogLib.OpenLogChannel

Language

Visual Basic

C#

JScript

Show All

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

CurrentLogFile Property

The name of the current logfile of the logchannel (read-only).

[Visual Basic]
Public ReadOnly Property CurrentLogFile As String
[C#]
public string CurrentLogFile {get;}
[JScript]
public function get CurrentLogFile : String

Remarks

Return value:

As all logchannel objects which you currently can get represent open logchannels, the return value should never be empty ("").

This holds even in cases when you have called ITLogLib.CloseLogChannel for this logchannel before. Then you can still use the ITOutputLogChannel object and get its previous logfile (which will be appended to if you call ITLogLib.OpenLogChannel again).

 

See Also

ITOutputLogChannel Class  | ITOutputLogChannel Members  | ITLogLib.CloseLogChannel  | ITLogLib.OpenLogChannel

 

 


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