|
feisty meow concerns codebase 2.140
|
#include <application/hoople_main.h>#include <basis/astring.h>#include <basis/guards.h>#include <configuration/application_configuration.h>#include <loggers/critical_events.h>#include <loggers/program_wide_logger.h>#include <processes/safe_callback.h>#include <structures/static_memory_gremlin.h>#include <unit_test/unit_base.h>
Go to the source code of this file.
Macros | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(s)) |
Functions | |
| int | main (int formal(argc), char *formal(argv)[]) |
Variables | |
| const astring | LOGFILE_NAME |
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(s)) |
Definition at line 44 of file test_safe_callback.cpp.
| int main | ( | int | formalargc, |
| char * | formal(argv)[] | ||
| ) |
file_logger log(LOGFILE_NAME);
Definition at line 71 of file test_safe_callback.cpp.
References loggers::critical_events::alert_message().
| const astring LOGFILE_NAME |
Definition at line 48 of file test_safe_callback.cpp.