ITOutputLogChannelGetCurrentLogFile

 

const char* ITLogChannelGetCurrentLogFile(HLOGCHANNEL hLogChannel);

 

Purpose:

§      get the name of the current logfile of the logchannel

 

Parameters:

§      hLogChannel (Input): Handle to the logchannel, the logmessage will be sent to

 

Return value:

§      The name of the current logfile of the logchannel or empty string if current logfile does not exist.

 

Note:

§      A logfiles will be created when the logchannel writes out the first logmessage.

 

See also:

§         ITOutputLogChannel functions