RTI Connext Modern C++ API  Version 5.2.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rti::config::Verbosity_def Struct Reference

The definition of the dds::core::safe_enum Verbosity. More...

#include <Logger.hpp>

Public Types

enum  type {
  SILENT,
  ERRORY,
  WARNING,
  STATUS_LOCAL,
  STATUS_REMOTE,
  STATUS_ALL
}
 The underlying enum type. More...
 

Detailed Description

The definition of the dds::core::safe_enum Verbosity.

Member Enumeration Documentation

The underlying enum type.

Enumerator:
SILENT 

No further output will be logged.

ERRORY 

Only error messages will be logged.

An error indicates something wrong in the functioning of RTI Connext. The most common cause of errors is incorrect configuration.

WARNING 

Both error and warning messages will be logged.

A warning indicates that RTI Connext is taking an action that may or may not be what you intended. Some configuration information is also logged at this verbosity to aid in debugging.

STATUS_LOCAL 

Errors, warnings, and verbose information about the lifecycles of local RTI Connext objects will be logged.

STATUS_REMOTE 

Errors, warnings, and verbose information about the lifecycles of remote RTI Connext objects will be logged.

STATUS_ALL 

Errors, warnings, verbose information about the lifecycles of local and remote RTI Connext objects, and periodic information about RTI Connext threads will be logged.


RTI Connext Modern C++ API Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc