MagAO-X
|
||||
|
Base class for logs consisting of an empty message. More...
#include <empty_log.hpp>
Public Types | |
typedef emptyMessage | messageT |
The type of the message. More... | |
Static Public Member Functions | |
static flatlogs::msgLenT | length (const messageT &msg) |
Get the length of the message. More... | |
static int | format (void *msgBuffer, const messageT &msg) |
Format the buffer given a message – a no-op since the message is an emptyMessage. More... | |
static int | extract (messageT &msg, void *msgBuffer, flatlogs::msgLenT len) |
Extract the message from a buffer – a no-op since it is an emptyMessage. More... | |
static std::string | msgString (void *msgBuffer, flatlogs::msgLenT len) |
Base class for logs consisting of an empty message.
Such logs are used to log events. Does not have eventCode or defaultLevel, so this can not be used as a log type directly.
Definition at line 37 of file empty_log.hpp.
typedef emptyMessage MagAOX::logger::empty_log< derivedT >::messageT |
The type of the message.
Definition at line 40 of file empty_log.hpp.
|
inlinestatic |
Extract the message from a buffer – a no-op since it is an emptyMessage.
[out] | msg | an emptyMessage to which nothing is done. |
[in] | msgBuffer | the empty buffer. Is ignored. |
[in] | len | ignored length of the empty buffer. |
Definition at line 68 of file empty_log.hpp.
|
inlinestatic |
Format the buffer given a message – a no-op since the message is an emptyMessage.
[out] | msgBuffer | the buffer, which is ignored. |
[in] | msg | an emptyMessage. |
Definition at line 54 of file empty_log.hpp.
|
inlinestatic |
Get the length of the message.
Definition at line 43 of file empty_log.hpp.
|
inlinestatic |
Definition at line 81 of file empty_log.hpp.