TAPIEx.NET Component Documentation

Enum log_level_t

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.

See Also

None.