ITLogMsg.AddLogLevel

 

Sub AddLogLevel(LogLevel As Integer)

 

Purpose:

§      modifies the Loglevel of the logmessage, assuring that certain bits are set

 

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