10 #ifndef logger_types_indidriver_start_hpp
11 #define logger_types_indidriver_start_hpp
32 static const char *
msg() {
return "INDI driver communications started"; }
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_INFO
Informational. The info log level is the lowest level recorded during normal operations.
Base class for logs consisting of an empty message.
INDI Driver Start log entry.
static const char * msg()
The message string.
static const flatlogs::eventCodeT eventCode
The event code.
static const flatlogs::logPrioT defaultLevel
The default level.