|
CppLogging 1.0.5.0
C++ Logging Library
|
Logging level definition. More...
Go to the source code of this file.
Namespaces | |
| namespace | 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. | |