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

The definition of the dds::core::safe_enum LogLevel;. More...

#include <rti/config/Logger.hpp>

Public Types

enum  type {
  FATAL_ERROR ,
  EXCEPTION ,
  WARNING ,
  STATUS_LOCAL ,
  STATUS_REMOTE ,
  STATUS_ALL
}
 The underlying enum type. More...
 

Detailed Description

The definition of the dds::core::safe_enum LogLevel;.

Member Enumeration Documentation

◆ type

The underlying enum type.

Enumerator
FATAL_ERROR 

The message describes a fatal error.

A fatal error indicates an unrecoverable situation in the functioning of RTI Connext. Error messages with this log level usually indicate a violation of an internal invariant or a segfault, and may include the function call stack where the fatal error happened.

EXCEPTION 

The message describes an error.

An error indicates a non-fatal problem in the functioning of RTI Connext. Errors are usually recoverable and will not stop application execution, although they may prevent some features from working properly. The most common cause of non-fatal errors is incorrect configuration and incorrect arguments.

WARNING 

The message describes a warning.

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 

The message contains information about the lifecycles of local RTI Connext objects will be logged.

STATUS_REMOTE 

The message contains information about the lifecycles of remote RTI Connext objects will be logged.

STATUS_ALL 

The message contains debug information that might be relevant to your application.