NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ilogging_configuration.h File Reference

API component for logging related settings. More...

Go to the source code of this file.

Classes

class   mi::neuraylib::ILogging_configuration
  This interface is used for configuring the logging for the Iray library. More...
 

Namespaces

  mi
  Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH.
 
  mi::base
  Namespace for the Base API.
 
  mi::neuraylib
  Namespace for the Iray API.
 

Constant Groups

  mi
  Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH.
 
  mi::base
  Namespace for the Base API.
 
  mi::neuraylib
  Namespace for the Iray API.
 

Enumerations

enum   mi::neuraylib::Log_prefix {
  mi::neuraylib::LOG_PREFIX_TIME = 0x0001,
  mi::neuraylib::LOG_PREFIX_TIME_SECONDS = 0x0002,
  mi::neuraylib::LOG_PREFIX_HOST_THREAD = 0x0004,
  mi::neuraylib::LOG_PREFIX_HOST_NAME = 0x0008,
  mi::neuraylib::LOG_PREFIX_MODULE = 0x0010,
  mi::neuraylib::LOG_PREFIX_CATEGORY = 0x0020,
  mi::neuraylib::LOG_PREFIX_SEVERITY = 0x0040
}
  Components of the log message prefix. More...
 

Detailed Description

API component for logging related settings.