RTI Connext Modern C++ API Version 7.3.0
rti::config::Verbosity_def Struct Reference

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

#include <rti/config/Logger.hpp>

Public Types

enum  type {
  silent ,
  exception ,
  warning ,
  status_local ,
  status_remote ,
  status_all ,
  SILENT = silent ,
  EXCEPTION = exception ,
  WARNING = warning ,
  STATUS_LOCAL = status_local ,
  STATUS_REMOTE = status_remote ,
  STATUS_ALL = status_all ,
  ERRORY = EXCEPTION
}
 The underlying enum type. More...
 

Detailed Description

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

Member Enumeration Documentation

◆ type

The underlying enum type.

Enumerator
silent 

No further output will be logged.

exception 

Only error and fatal 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.