Go to the source code of this file.
◆ BASE_LOG
| #define BASE_LOG |
( |
|
s | ) |
program_wide_logger::get().log(astring(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 63 of file marks_checker.cpp.
◆ data_sink()
| size_t data_sink |
( |
void * |
formalptr, |
|
|
size_t |
size, |
|
|
size_t |
number, |
|
|
void * |
formalstream |
|
) |
| |
◆ FAKE_AGENT_STRING
| const char* FAKE_AGENT_STRING |
Initial value:= "FredWeb/7.0 (X11; U; Linux i686; "
"en-US; rv:1.8.19) Flecko/20081031"
Definition at line 86 of file marks_checker.cpp.
◆ main_program
◆ MAXIMUM_ATTEMPTS
| const int MAXIMUM_ATTEMPTS = 2 |
◆ MAXIMUM_READ
| const int MAXIMUM_READ = 1008 |
◆ MAXIMUM_THREADS
| const int MAXIMUM_THREADS = 14 |
◆ PAUSEY_SNOOZE
| const int PAUSEY_SNOOZE = 200 |
◆ TIME_PER_REQUEST_IN_SEC
| const int TIME_PER_REQUEST_IN_SEC = 60 * 6 |