10 #ifndef logger_types_indidriver_start_hpp 11 #define logger_types_indidriver_start_hpp 32 static const char *
msg() {
return "INDI driver communications started"; }
39 #endif //logger_types_indidriver_start_hpp Base class for logs consisting of an empty message.
static constexpr logPrioT LOG_INFO
Informational. The info log level is the lowest level recorded during normal operations.
static const flatlogs::eventCodeT eventCode
The event code.
The MagAO-X logger empty log base type.
static const flatlogs::logPrioT defaultLevel
The default level.
static constexpr flatlogs::eventCodeT INDIDRIVER_START
int8_t logPrioT
The type of the log priority code.
static const char * msg()
The message string.
INDI Driver Start log entry.
uint16_t eventCodeT
The type of an event code (16-bit unsigned int).