mrdocs::report::Level

Severity levels attached to reported messags.

Synopsis

Declared in <mrdocs/Support/Report.hpp>
enum class Level : int;

Members

Name Description
trace Programming trace messages
debug Debug messages
info Informational messages
warn Warning messages
error Error messages
fatal Fatal error messages

Non-Member Functions

Name Description
logFormat a message to the console.
printReport a message to the console.
setMinimumLevelSet the minimum threshold level for reporting.

Created with MrDocs