See Also

ITLogMsg Class  | ITLogMsg Members  | ITLogLib.ITLogLevel

Language

Visual Basic

C#

JScript

Show All

Level

An ITLogLevel value, representing a set bit.

If you need that you can also give a combination of bits, using multiple ITLogLevel values connected by bitwise OR.

See AlsoLanguages ItLogLib2DotNet Send feedback on this topic to support@itech-software.com.

AddLogLevel Method

Modifies the Loglevel of the logmessage, assuring that certain bits are set.

[Visual Basic]
Public Sub AddLogLevel( _    ByVal Level As ITLogLevel _ )
[C#]
public void AddLogLevel(    ITLogLevel Level );
[JScript]
public function AddLogLevel(    Level : ITLogLevel );

Parameters

Level

An ITLogLevel value, representing a set bit.

If you need that you can also give a combination of bits, using multiple ITLogLevel values connected by bitwise OR.

See Also

ITLogMsg Class  | ITLogMsg Members  | ITLogLib.ITLogLevel

 

 


(c) 2002-2004 iTech Software GmbH, Berlin. Version 2.4, Wed 07 Jul 2004.