Go to the source code of this file.
|
| loggers |
| A logger that sends to the console screen using the standard output device.
|
|
◆ SETUP_FILE_LOGGER
Value: { \
WHACK(old_log); \
}
static basis::astring log_file_for_app_name()
returns a log file name for file_logger based on the program name.
static loggers::standard_log_base * set(loggers::standard_log_base *new_log)
replaces the current program-wide logger with the "new_log".
a macro that retasks the program-wide logger as a file_logger.
Definition at line 130 of file file_logger.h.