Go to the source code of this file.
|
| loggers |
| A logger that sends to the console screen using the standard output device.
|
|
◆ SETUP_COMBO_LOGGER
Value: { \
basis::base_logger *old_log = program_wide_logger::set \
WHACK(old_log); \
}
combines a file_logger with a console logger, behaving like the 'tee' command.
static basis::astring log_file_for_app_name()
returns a log file name for file_logger based on the program name.
a macro that retasks the program-wide logger as a combo_logger.
Definition at line 49 of file combo_logger.h.