Enum Verbosity

Enum Documentation

enum class icrar::log::Verbosity

Selects the reporting level filter for log messages.

Values:

enumerator fatal

Unexpected execution path, report issue to code maintainers.

enumerator error

Known execution error, address exception message before reporting.

enumerator warn

Automatically resolved user exception.

enumerator info

Regular execution reporting.

enumerator debug

Debug mode reporting.

enumerator trace

Developer targeted reporting.