Go to the source code of this file.
◆ BASE_LOG
| #define BASE_LOG |
( |
|
s | ) |
program_wide_logger::get().log(s, ALWAYS_PRINT) |
◆ LOG
Value:
a_sprintf(
"line %d: ", _categories._line_number) + s)
a_sprintf is a specialization of astring that provides printf style support.
static loggers::standard_log_base & get()
Provided by the startup code within each application for logging.
#define CLASS_EMERGENCY_LOG(the_logger, to_log)
Class specific logging method that always prints.
Definition at line 48 of file marks_sorter.cpp.
◆ MAX_FILE_SIZE
| const int MAX_FILE_SIZE = 4 * MEGABYTE |