#define OPTION_CPL_LOGGING_MAX_MSG_TEXT_LEN
The size, in bytes, reserved to store the text portion of the log entry.
Definition EntryData_T.h:25
Defines the content of the Log entry.
Definition EntryData_T.h:56
EntryData_T()
Constructor.
Definition EntryData_T.h:69
size_t getData(void *dst, size_t maxDstLen) noexcept
See Cpl::Persistent::Payload (manual copy ensure no pad bytes are copied)
Definition EntryData_T.h:79
char msgText[OPTION_CPL_LOGGING_MAX_MSG_TEXT_LEN+1]
The 'text' associated with log entry.
Definition EntryData_T.h:61
uint16_t msgId
Message type enumeration identifier.
Definition EntryData_T.h:60
CplLoggingTime_T timestamp
Time-stamp for the entry.
Definition EntryData_T.h:58
bool putData(const void *src, size_t srcLen) noexcept
See Cpl::Persistent::Payload.
Definition EntryData_T.h:94
static constexpr unsigned entryLen
Total 'packed' length.
Definition EntryData_T.h:65
uint32_t category
Category identifier.
Definition EntryData_T.h:59