#include "console_logger.h"#include <basis/istring.h>#include <basis/mutex.h>#include <stdio.h>Include dependency graph for console_logger.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| log_base * | set_PW_logger_for_console (bool standard_error) |
| retasks the program wide logger to use a new console_logger. a macro that retasks the program-wide logger as a console_logger. | |
| log_base* set_PW_logger_for_console | ( | bool | standard_error = false |
) |
retasks the program wide logger to use a new console_logger. a macro that retasks the program-wide logger as a console_logger.
the original log_base object is returned and must be dealt with appropriately.
Definition at line 48 of file console_logger.cpp.
References retask_program_wide_logger().
1.5.1