feisty meow concerns codebase
2.140
|
#include <basis/functions.h>
#include <basis/astring.h>
#include <structures/set.h>
#include <timely/time_control.h>
#include <timely/time_stamp.h>
#include <application/hoople_main.h>
#include <filesystem/byte_filer.h>
#include <loggers/console_logger.h>
#include <loggers/file_logger.h>
#include <filesystem/filename.h>
#include <configuration/ini_configurator.h>
#include <configuration/application_configuration.h>
#include <structures/static_memory_gremlin.h>
#include <processes/process_control.h>
#include <processes/process_entry.h>
Go to the source code of this file.
Macros | |
#define | BASE_LOG(to_print) EMERGENCY_LOG(program_wide_logger::get(), astring(to_print)) |
#define | LOG(to_print) CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(to_print)) |
#define BASE_LOG | ( | to_print | ) | EMERGENCY_LOG(program_wide_logger::get(), astring(to_print)) |
Definition at line 42 of file await_app_exit.cpp.
#define LOG | ( | to_print | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(to_print)) |
Definition at line 44 of file await_app_exit.cpp.