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