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