63 log.info(
"This Works");
Macro to silence unused variables warnings from the compiler.
Simple example of an Elements program.
Example of an Elements program.
ExitCode mainMethod(ELEMENTS_UNUSED map< string, VariableValue > &args) override
The "main" method.
static Logging getLogger(const std::string &name="")
ExitCode
Strongly typed exit numbers.
#define MAIN_FOR(ELEMENTS_PROGRAM_NAME)
ELEMENTS_API void nanoSleep(std::int64_t nsec)
Small variation on the sleep function for nanoseconds sleep.