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