10 #ifndef logger_types_empty_log_hpp 11 #define logger_types_empty_log_hpp 36 template<
class derivedT>
45 static_cast<void>(msg);
58 static_cast<void>(msgBuffer);
59 static_cast<void>(msg);
73 static_cast<void>(msg);
74 static_cast<void>(msgBuffer);
75 static_cast<void>(len);
83 static_cast<void>(msgBuffer);
84 static_cast<void>(len);
86 return derivedT::msg();
93 #endif //logger_types_empty_log_hpp Base class for logs consisting of an empty message.
static flatlogs::msgLenT length(const messageT &msg)
Get the length of the message.
static std::string msgString(void *msgBuffer, flatlogs::msgLenT len)
static int extract(messageT &msg, void *msgBuffer, flatlogs::msgLenT len)
Extract the message from a buffer – a no-op since it is an emptyMessage.
emptyMessage messageT
The type of the message.
static int format(void *msgBuffer, const messageT &msg)
Format the buffer given a message – a no-op since the message is an emptyMessage.
Empty type for resolving logs with no message.
msgLen2T msgLenT
The type used to refer to the message length, regardless of length.