31#ifndef DW_CORE_LOGGER_LOGGERDEFS_H_
32#define DW_CORE_LOGGER_LOGGERDEFS_H_
NVIDIA DriveWorks API: Core BasicTypes
dwLoggerVerbosity
Holds the verbosity level.
@ DW_LOG_WARN
Log Warning information.
@ DW_LOG_INFO
Log Notice information.
@ DW_LOG_FATAL
Log Fatal information which cause premature termination.
@ DW_LOG_DEBUG
Log Debug information.
@ DW_LOG_VERBOSE
Log everything; default log level.
@ DW_LOG_SILENT
Log nothing.
@ DW_LOG_ERROR
Log Error information.