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

log

Format a message to the console.

print

Report a message to the console.

setMinimumLevel

Set the minimum threshold level for reporting.

Created with MrDocs