|
|
static u8 | info_color = 247 |
| | info stream messages color
|
| |
|
static u8 | warn_color = 191 |
| | warn stream messages color
|
| |
|
static u8 | error_color = 9 |
| | error stream messages color
|
| |
|
static u8 | critical_color = 197 |
| | critical stream messages color
|
| |
|
static u8 | info_label_color = 247 |
| | info stream label color
|
| |
|
static u8 | warn_label_color = 191 |
| | warn stream label color
|
| |
|
static u8 | error_label_color = 9 |
| | error stream label color
|
| |
|
static u8 | critical_label_color = 197 |
| | critical stream label color
|
| |
|
static size_t | abbreviation_size = 10 |
| | size after abbreviation (in characters)
|
| |
|
static std::function< void(const Str &, logging_options)> | log_callback |
| | redirection callback
|
| |
|
static std::function< void(const Str &)> | info_callback |
| | info stream redirection callback
|
| |
|
static std::function< void(const Str &)> | warn_callback |
| | warn stream redirection callback
|
| |
|
static std::function< void(const Str &)> | error_callback |
| | error stream redirection callback
|
| |
|
static std::function< void(const Str &)> | critical_callback |
| | critical stream redirection callback
|
| |
Static class that manages logging messages.