NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwLogMessageInfo Struct Reference

Detailed Description

metatdata associated with a log message

Definition at line 90 of file LoggerDefs.h.

Collaboration diagram for dwLogMessageInfo:

Data Fields

dwLoggerVerbosity verbosity
 
char8_t tag [DW_LOGGER_TAG_SIZE]
 
dwSourceCodeLocation location
 
char8_t threadId [DW_LOGGER_TAG_SIZE]
 

Field Documentation

◆ location

dwSourceCodeLocation dwLogMessageInfo::location

Definition at line 94 of file LoggerDefs.h.

◆ tag

char8_t dwLogMessageInfo::tag[DW_LOGGER_TAG_SIZE]

Definition at line 93 of file LoggerDefs.h.

◆ threadId

char8_t dwLogMessageInfo::threadId[DW_LOGGER_TAG_SIZE]

Definition at line 95 of file LoggerDefs.h.

◆ verbosity

dwLoggerVerbosity dwLogMessageInfo::verbosity

Definition at line 92 of file LoggerDefs.h.


The documentation for this struct was generated from the following file: