CppLogging  1.0.4.0
C++ Logging Library
Namespaces | Enumerations | Functions
level.h File Reference

Logging level definition. More...

#include <cstdint>
#include "level.inl"

Go to the source code of this file.

Namespaces

 CppLogging
 C++ Logging project definitions.
 

Enumerations

enum class  CppLogging::Level : uint8_t {
  CppLogging::NONE = 0x00 , CppLogging::FATAL = 0x1F , CppLogging::ERROR = 0x3F , CppLogging::WARN = 0x7F ,
  CppLogging::INFO = 0x9F , CppLogging::DEBUG = 0xBF , CppLogging::ALL = 0xFF
}
 Logging level. More...
 

Functions

template<class TOutputStream >
TOutputStream & CppLogging::operator<< (TOutputStream &stream, Level level)
 Stream output: Logging level. More...
 

Detailed Description

Logging level definition.

Author
Ivan Shynkarenka
Date
08.07.2016

Definition in file level.h.