qxLib
Functions
verbosity.h File Reference

Go to the source code of this file.

Functions

bool qx::is_error (verbosity eVerbosity) noexcept
 Check if the verbosity level is an error. More...
 

Detailed Description

Author
Khrapov
Date
23.07.2023

Definition in file verbosity.h.

Function Documentation

◆ is_error()

bool qx::is_error ( verbosity  eVerbosity)
inlinenoexcept

Check if the verbosity level is an error.

Parameters
eVerbosity- verbosity level to check
Return values
-true if the verbosity level is error or critical, false otherwise

Definition at line 35 of file verbosity.h.