NVIDIA Iray: Math API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Logging

Logger interface and severity levels. More...

Classes

class   mi::base::ILogger
  The ILogger interface class supports logging of messages. More...
 

Enumerations

enum   mi::base::Message_severity {
  mi::base::MESSAGE_SEVERITY_FATAL = 0,
  mi::base::MESSAGE_SEVERITY_ERROR = 1,
  mi::base::MESSAGE_SEVERITY_WARNING = 2,
  mi::base::MESSAGE_SEVERITY_INFO = 3,
  mi::base::MESSAGE_SEVERITY_VERBOSE = 4,
  mi::base::MESSAGE_SEVERITY_DEBUG = 5
}
  Constants for possible message severities. More...
 

Detailed Description

Logger interface and severity levels.

Include File:
#include <mi/base/ilogger.h>

Enumeration Type Documentation

Constants for possible message severities.

See Also
mi::base::ILogger::message()
Enumerator
MESSAGE_SEVERITY_FATAL 

A fatal error has occurred.

MESSAGE_SEVERITY_ERROR 

An error has occurred.

MESSAGE_SEVERITY_WARNING 

A warning has occurred.

MESSAGE_SEVERITY_INFO 

This is a normal operational message.

MESSAGE_SEVERITY_VERBOSE 

This is a more verbose message.

MESSAGE_SEVERITY_DEBUG 

This is debug message.