metatdata associated with a log message
Definition at line 90 of file LoggerDefs.h.
Data Fields | |
dwLoggerVerbosity | verbosity |
char8_t | tag [DW_LOGGER_TAG_SIZE] |
dwSourceCodeLocation | location |
char8_t | threadId [DW_LOGGER_TAG_SIZE] |
dwSourceCodeLocation dwLogMessageInfo::location |
Definition at line 94 of file LoggerDefs.h.
char8_t dwLogMessageInfo::tag[DW_LOGGER_TAG_SIZE] |
Definition at line 93 of file LoggerDefs.h.
char8_t dwLogMessageInfo::threadId[DW_LOGGER_TAG_SIZE] |
Definition at line 95 of file LoggerDefs.h.
dwLoggerVerbosity dwLogMessageInfo::verbosity |
Definition at line 92 of file LoggerDefs.h.