#include <basis/guards.h>#include <basis/istring.h>#include <mechanisms/safe_callback.h>#include <loggers/file_logger.h>#include <opsystem/path_configuration.h>#include <data_struct/static_memory_gremlin.h>Include dependency graph for t_safe_callback.cpp:

Go to the source code of this file.
Defines | |
| #define | LOG(to_print) log.log(timestamp(true) + istring(to_print)) |
Functions | |
| int | main (int formal(argc), char *formal(argv)[]) |
Variables | |
| HOOPLE_STARTUP_CODE | |
| const istring | LOGFILE_NAME |
| #define LOG | ( | to_print | ) | log.log(timestamp(true) + istring(to_print)) |
Definition at line 34 of file t_safe_callback.cpp.
| int main | ( | int | formal(argc), | |
| char * | formal(argv)[] | |||
| ) |
Definition at line 47 of file t_safe_callback.cpp.
References guards::alert_message(), log(), and LOGFILE_NAME.
Definition at line 28 of file t_safe_callback.cpp.
| const istring LOGFILE_NAME |
Initial value:
path_configuration::make_logfile_name ("t_safe_callback.log")
Definition at line 30 of file t_safe_callback.cpp.
1.5.1