Logger that outputs to an ANSI/vt-100 console.
More...
#include <external/RadixEngine/include/radix/core/diag/AnsiConsoleLogger.hpp>
Inherits radix::Logger.
Logger that outputs to an ANSI/vt-100 console.
radix::AnsiConsoleLogger::AnsiConsoleLogger |
( |
| ) |
|
const char * radix::AnsiConsoleLogger::getName |
( |
| ) |
const |
|
virtual |
void radix::AnsiConsoleLogger::log |
( |
const std::string & |
message, |
|
|
LogLevel |
lvl, |
|
|
const std::string & |
tag |
|
) |
| |
|
virtual |
Log a message.
- Parameters
-
message | Message to log |
lvl | Log level |
tag | Log tag, identifying the log category / class emitting the message |
Implements radix::Logger.
bool radix::AnsiConsoleLogger::enableBackground |
Enables colored backround on log tags.
bool radix::AnsiConsoleLogger::enableColors |
std::mutex radix::AnsiConsoleLogger::mtx |
|
protected |
The documentation for this class was generated from the following files: