RTI Connext Modern C++ API  Version 6.0.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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 {
  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

The underlying enum type.

Enumerator:
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 info about the lifecycles of local RTI Connext objects will be logged.

STATUS_REMOTE 

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

STATUS_ALL 

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


RTI Connext Modern C++ API Version 6.0.1 Copyright © Sat Nov 23 2019 Real-Time Innovations, Inc