TAPIEx ActiveX Control v3.6

DebugLevel

Property DebugLevel
 As log_level_t
Read/Write: Read and Write

Description

sets/retuns the debug level. The higher the level is, the more debug information will output through OnDebug() event.

It can be one of the following vaule :
Constant Value Note
LOG_TRACE 0 Highest level. Output all the debug information.
LOG_DEBUG 1 [Default].
LOG_INFO 2 Only the INFO, WARN or ERROR information will be fired in OnDebug() event.
LOG_WARN 3 Only the WARN or ERROR information will be fired in OnDebug() event.
LOG_ERROR 4 Only the ERROR information will be fired in OnDebug() event.

Remarks

None.

See Also

None.