NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwLoggerMessage Struct Reference

Detailed Description

Definition at line 69 of file Logger.h.

Data Fields

char8_t const * msg
 message to log More...
 
dwLoggerVerbosity verbosity
 how severe is the log More...
 
char8_t const * tag
 name used to group related logs More...
 
char8_t const * fileName
 file name from where message was logged More...
 
int32_t lineNum
 line number where log originated from More...
 
char8_t const * threadId
 identifier for thread More...
 

Field Documentation

◆ fileName

char8_t const* dwLoggerMessage::fileName

file name from where message was logged

Definition at line 74 of file Logger.h.

◆ lineNum

int32_t dwLoggerMessage::lineNum

line number where log originated from

Definition at line 75 of file Logger.h.

◆ msg

char8_t const* dwLoggerMessage::msg

message to log

Definition at line 71 of file Logger.h.

◆ tag

char8_t const* dwLoggerMessage::tag

name used to group related logs

Definition at line 73 of file Logger.h.

◆ threadId

char8_t const* dwLoggerMessage::threadId

identifier for thread

Definition at line 76 of file Logger.h.

◆ verbosity

dwLoggerVerbosity dwLoggerMessage::verbosity

how severe is the log

Definition at line 72 of file Logger.h.


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