ITLogLib.LogChannel

 

Function LogChannel(LogChannelName As String) As ITOutputLogChannel

 

Purpose:

§      returns the ITOutputLogChannel object for the open logchannel with the given name.
If the logchannel isn’t open or even doesn’ t exist then
Nothing is returned.

 

Parameters:

§      LogChannelName (Input): The name of the logchannel, as defined in the configuration file.

 

Return value:

§      If not Nothing, the object for the open logchannel.

§      Nothing, if the logchannel isn’t open. In this case it might even not defined in the configuration file (doesn’t exist).