| TAPIEx ActiveX Control v3.5 |
Property DebugLevel As log_level_tRead/Write: Read and Write
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. |