ITLogMsg::SetLogLevel

 

void SetLogLevel(const ITLogLevel LogLevel);

 

Purpose:

§      set the Loglevel of the logmessage

 

Parameters:

§      LogLevel: 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