Go to the source code of this file.
|
| namespace | loggers |
| | A logger that sends to the console screen using the standard output device.
|
| |
◆ SETUP_CONSOLE_LOGGER
Value: { \
\
WHACK(old_log); \
}
static loggers::standard_log_base * set(loggers::standard_log_base *new_log)
replaces the current program-wide logger with the "new_log".
A base class for a very usable logger with a filter_set and eol awareness.
< a macro that retasks the program-wide logger as a console_logger.
Definition at line 69 of file console_logger.h.