10 #ifndef logger_types_user_log_hpp 11 #define logger_types_user_log_hpp 39 std::string nmsg =
"USER: ";
48 #endif //logger_types_user_log_hpp static constexpr flatlogs::eventCodeT USER_LOG
The MagAO-X logger string_log log type.
static constexpr logPrioT LOG_INFO
Informational. The info log level is the lowest level recorded during normal operations.
static std::string msgString(void *msgBuffer, flatlogs::msgLenT len)
Get the message formatted for human consumption.
Base class for logs consisting of a string message.
static const flatlogs::logPrioT defaultLevel
The default level.
int8_t logPrioT
The type of the log priority code.
static std::string msgString(void *msgBuffer, flatlogs::msgLenT len)
Get the message formatte for human consumption.
msgLen2T msgLenT
The type used to refer to the message length, regardless of length.
static const flatlogs::eventCodeT eventCode
The event code.
uint16_t eventCodeT
The type of an event code (16-bit unsigned int).
User entered log, a string-type log.