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 MDL SDK library. More... | |
Namespaces | |
| namespace | mi |
| Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH. | |
| namespace | mi::base |
| Namespace for the Base API. | |
| namespace | mi::neuraylib |
| Namespace for the MDL SDK API. | |
Enumerations | |
| enum | mi::neuraylib::Log_prefix : Uint32 { 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 , mi::neuraylib::LOG_PREFIX_CUDA_DEVICE = 0x0080 , mi::neuraylib::LOG_PREFIX_TAGS = 0x0100 } |
| Components of the log message prefix. More... | |
API component for logging related settings.