10#ifndef logger_types_saving_stop_hpp 
   11#define logger_types_saving_stop_hpp 
   39      static_cast<void>(member);
 
   41      std::cerr << 
"meta data doesn't make sense for saving_stop.\n";
 
 
 
uint16_t eventCodeT
The type of an event code (16-bit unsigned int).
 
int8_t logPrioT
The type of the log priority code.
 
static constexpr flatlogs::eventCodeT SAVING_STOP
 
static constexpr logPrioT LOG_NOTICE
A normal but significant condition.
 
The MagAO-X logger saving_state_change log type.
 
static const flatlogs::eventCodeT eventCode
The event code.
 
static logMetaDetail getAccessor(const std::string &member)
Get an empty logMetaDetail because meta data doesn't make sense for this log.
 
static const flatlogs::logPrioT defaultLevel
The default level.
 
static timespec lastRecord
The time of the last time this log was recorded. Used by the telemetry system.