feisty meow concerns codebase  2.140
marks_sorter.cpp File Reference
Include dependency graph for marks_sorter.cpp:

Go to the source code of this file.

Macros

#define BASE_LOG(s)   program_wide_logger::get().log(s, ALWAYS_PRINT)
 
#define LOG(s)
 

Variables

const int MAX_FILE_SIZE = 4 * MEGABYTE
 

Macro Definition Documentation

◆ BASE_LOG

#define BASE_LOG (   s)    program_wide_logger::get().log(s, ALWAYS_PRINT)

Definition at line 46 of file marks_sorter.cpp.

◆ LOG

#define LOG (   s)
Value:
CLASS_EMERGENCY_LOG(program_wide_logger::get(), \
a_sprintf("line %d: ", _categories._line_number) + s)
a_sprintf is a specialization of astring that provides printf style support.
Definition: astring.h:440
#define CLASS_EMERGENCY_LOG(the_logger, to_log)
Class specific logging method that always prints.

Definition at line 48 of file marks_sorter.cpp.

Variable Documentation

◆ MAX_FILE_SIZE

const int MAX_FILE_SIZE = 4 * MEGABYTE

Definition at line 51 of file marks_sorter.cpp.