|
StreamLog 1.0.0
A lightweight C++11 logging library with stream-based API
|
ANSI color codes for log levels. More...
#include <streamlog.hpp>
Static Public Attributes | |
| static const std::string | TraceColor |
| TRACE level color. | |
| static const std::string | DebugColor |
| DEBUG level color. | |
| static const std::string | InfoColor |
| INFO level color. | |
| static const std::string | WarnColor |
| WARN level color. | |
| static const std::string | ErrorColor |
| ERROR level color. | |
| static const std::string | FatalColor |
| FATAL level color. | |
| static const std::string | reset |
| Reset to default color. | |
ANSI color codes for log levels.
Color definitions are loaded from theme headers at compile time. Default theme uses standard ANSI colors.
|
static |
DEBUG level color.
|
static |
ERROR level color.
|
static |
FATAL level color.
|
static |
INFO level color.
|
static |
Reset to default color.
|
static |
TRACE level color.
|
static |
WARN level color.