Enum rs2_log_severity

Enum Documentation

enum rs2_log_severity

Severity of the librealsense logger.

Values:

enumerator RS2_LOG_SEVERITY_DEBUG

Detailed information about ordinary operations

enumerator RS2_LOG_SEVERITY_INFO

Terse information about ordinary operations

enumerator RS2_LOG_SEVERITY_WARN

Indication of possible failure

enumerator RS2_LOG_SEVERITY_ERROR

Indication of definite failure

enumerator RS2_LOG_SEVERITY_FATAL

Indication of unrecoverable failure

enumerator RS2_LOG_SEVERITY_NONE

No logging will occur

enumerator RS2_LOG_SEVERITY_COUNT

Number of enumeration values. Not a valid input: intended to be used in for-loops.

enumerator RS2_LOG_SEVERITY_ALL

Include any/all log messages