12 #ifndef flatlogs_logStdFormat_hpp 13 #define flatlogs_logStdFormat_hpp 26 template<
typename logT>
41 #endif //flatlogs_logStdFormat_hpp std::string priorityString(logPrioT &prio)
Get the string representation of a log priority.
std::string ISO8601DateTimeStrX()
Get a date-time string in ISO 8601 format for timespecX.
int8_t logPrioT
The type of the log priority code.
static int extractBasicLog(logPrioT &lvl, eventCodeT &ec, timespecX &ts, msgLenT &len, bufferPtrT &logBuffer)
Extract the basic details of a log entry.
The MagAO-X logger log priority levels.
std::shared_ptr< char > bufferPtrT
The log entry buffer smart pointer.
msgLen2T msgLenT
The type used to refer to the message length, regardless of length.
uint16_t eventCodeT
The type of an event code (16-bit unsigned int).
A fixed-width timespec structure.
static void * messageBuffer(bufferPtrT &logBuffer)
Get the message buffer address.