|
NVIDIA DriveOS Linux NSR SDK API Reference
|
7.0.3.0 Release
|
Go to the documentation of this file.
12 #ifndef DW_CORE_LOGGER_LOGGERDEFS_H_
13 #define DW_CORE_LOGGER_LOGGERDEFS_H_
36 #include <dw/pbwire/BasicTypes.h>
116 #endif // DW_CORE_LOGGER_LOGGERDEFS_H_
@ DW_LOG_VERBOSE
Log everything; default log level.
struct dwSourceCodeLocation dwSourceCodeLocation
Where in the source code a particular log message originates.
char8_t message[DW_LOGGER_MESSAGE_SIZE]
@ DW_LOG_INFO
Log Notice information.
@ DW_LOGGER_TAG_SIZE
The maximum number of characters in either a tag or thread id string (including null terminator)
@ DW_LOGGER_FILE_NAME_SIZE
The maximum number of characters in a file name string (including null terminator)
@ DW_LOG_ERROR
Log Error information.
dwSourceCodeLocation location
char8_t fileName[DW_LOGGER_FILE_NAME_SIZE]
char8_t tag[DW_LOGGER_TAG_SIZE]
@ DW_LOG_WARN
Log Warning information.
@ DW_LOG_FATAL
Log Fatal information which cause premature termination.
Where in the source code a particular log message originates.
dwLoggerVerbosity verbosity
dwSizes
Holds the maximum sizes for various strings.
metatdata associated with a log message
a textual log message through, e.g., DW_LOG APIs
dwLoggerVerbosity
Holds the verbosity level.
@ DW_LOGGER_SIZE_UNSPECIFIED
This is just here to make proto policy rules happy.
@ DW_LOG_SILENT
Log nothing.
char8_t threadId[DW_LOGGER_TAG_SIZE]
struct dwLogMessage dwLogMessage
a textual log message through, e.g., DW_LOG APIs
struct dwLogMessageInfo dwLogMessageInfo
metatdata associated with a log message
@ DW_LOGGER_MESSAGE_SIZE
The maximum number of characters in a log message string (including null terminator)
@ DW_LOG_DEBUG
Log Debug information.