DriveWorks SDK Reference
5.16.65 Release
For Test and Development only

LoggerDefs.h File Reference

Detailed Description

NVIDIA DriveWorks API: Core Warp Primitives

Description: This file defines DW core warp primitives.

Definition in file LoggerDefs.h.

Go to the source code of this file.

Enumerations

enum  dwLoggerVerbosity {
  DW_LOG_VERBOSE = 0 ,
  DW_LOG_DEBUG = 1 << 12 ,
  DW_LOG_INFO = 1 << 13 ,
  DW_LOG_WARN = (1 << 14) - 4096 ,
  DW_LOG_ERROR = 1 << 14 ,
  DW_LOG_FATAL = (1 << 14) + (1 << 12) ,
  DW_LOG_SILENT = (1 << 15) - 4096
}
 Holds the verbosity level. More...