#ifndef DUSK_LOGGING_H #define DUSK_LOGGING_H #include #include void aurora_log_callback(AuroraLogLevel level, const char* module, const char* message, unsigned int len); extern aurora::Module DuskLog; #define STUB_LOG() DuskLog.debug("{} is a stub", __FUNCTION__) #endif