ITOutputLogChannelGetName

 

const char* ITLogChannelGetName(HLOGCHANNEL hLogChannel);

 

Purpose:

§      get the name of the logchannel

 

Parameters:

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

 

Return value:

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

See also:

§         ITOutputLogChannel functions