39 log.info() <<
"Entering Second Level Function";
44 log.info() <<
"Entering First Level Function";
55 log.info() <<
"done with test program! ";
ExitCode
Strongly typed exit numbers.
Macro to silence unused variables warnings from the compiler.
void firstLevelFunction()
Abstract class for all Elements programs.
#define MAIN_FOR(ELEMENTS_PROGRAM_NAME)
void secondLevelFunction()
ELEMENTS_API void crashingFunction()
ExitCode mainMethod(ELEMENTS_UNUSED map< string, VariableValue > &args) override
static Logging getLogger(const std::string &name="")