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

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
 

Macro Definition Documentation

◆ LOG

#define LOG (   s)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(s))

Definition at line 44 of file test_safe_callback.cpp.

Function Documentation

◆ main()

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().

Variable Documentation

◆ LOGFILE_NAME

const astring LOGFILE_NAME
Initial value:
("t_safe_callback.log")
static basis::astring make_logfile_name(const basis::astring &base_name)
generates an installation appropriate log file name from "base_name".

Definition at line 48 of file test_safe_callback.cpp.