ITLogMsgSetLogLevel

 

void ITLogMsgSetLogLevel(HLOGMSG hLogMsg ,const ITLogLevel LogLevel);

 

Purpose:

§      set the Loglevel of the logmessage

 

Parameters:

§      hLogMsg (Input): Handle to a logmessage

§      LogLevel (Input): An ITLogLevel value, representing a set bit.

If you need that you can also give a combination of bits, using a small nasty cast. For more details see
ITLogLevel enum and its connection to the log level of a log message.

 

Return value:

§      none