ITLogLibGetLogChannel

 

HLOGCHANNEL ITLogLibGetLogChannel(const char* pLogChannelName);

 

Purpose:

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

 

Parameters:

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

 

Return value:

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

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