mrdocs::report::setMinimumLevel

Set the minimum threshold level for reporting.

Synopsis

Declared in <mrdocs/Support/Report.hpp>
void
setMinimumLevel(Level level) noexcept;

Description

Messages below this level will not be printed. A value of 5 will suppress all messages. Note that messages will still be counted towards result totals even if they are not displayed.

Parameters

Name Description
level Severity levels attached to reported messags.

Created with MrDocs