BLPAPI C++ 3.25.8
Loading...
Searching...
No Matches
Logging::Severity Struct Reference

#include <blpapi_logging.h>

Public Types

enum  Type {
  e_off = blpapi_Logging_SEVERITY_OFF ,
  e_fatal = blpapi_Logging_SEVERITY_FATAL ,
  e_error = blpapi_Logging_SEVERITY_ERROR ,
  e_warn = blpapi_Logging_SEVERITY_WARN ,
  e_info = blpapi_Logging_SEVERITY_INFO ,
  e_debug = blpapi_Logging_SEVERITY_DEBUG ,
  e_trace = blpapi_Logging_SEVERITY_TRACE
}
 Enumeration used to specify different logging severity levels. More...
 

Member Enumeration Documentation

◆ Type

enum Type

Enumeration used to specify different logging severity levels.

Enumerator
e_off 

OFF.

e_fatal 

FATAL.

e_error 

ERROR.

e_warn 

WARN.

e_info 

INFO.

e_debug 

DEBUG.

e_trace 

TRACE.


The documentation for this struct was generated from the following file: