10 #ifndef logger_types_loop_closed_hpp 11 #define logger_types_loop_closed_hpp 32 static const char *
msg() {
return "LOOP CLOSED";}
39 #endif //logger_types_loop_closed_hpp Base class for logs consisting of an empty message.
static const flatlogs::logPrioT defaultLevel
The default level.
The MagAO-X logger empty log base type.
static const flatlogs::eventCodeT eventCode
The event code.
int8_t logPrioT
The type of the log priority code.
static const char * msg()
The message string.
static constexpr flatlogs::eventCodeT LOOP_CLOSED
uint16_t eventCodeT
The type of an event code (16-bit unsigned int).
static constexpr logPrioT LOG_NOTICE
A normal but significant condition.