Namespaces | Enumerations | Functions
LoggingLevel.hpp File Reference

(4)

The logging system's logging level. More...

#include <Balau/Exception/BalauException.hpp>
Include dependency graph for LoggingLevel.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Balau
 The root Balau namespace.
 

Enumerations

enum  LoggingLevel {
  TRACE = 4,
  DEBUG = 3,
  INFO = 2,
  WARN = 1,
  ERROR = 0,
  NONE = -1
}
 The logging level. More...
 

Functions

template<typename AllocatorT >
Balau::U8String< AllocatorT > toString (LoggingLevel level)
 Print the logging level as a UTF-8 string. More...
 

Detailed Description

The logging system's logging level.