Enum Verbosity

Enum Documentation

enum icrar::log::Verbosity

Selects the reporting level filter for log messages.

Values:

enumerator fatal

brief Unexpected execution path, report issue to repo owner

enumerator error

Knwon 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.