RTI Connext Java API  Version 7.0.0

Level category assigned to RTI Connext log messages returned to an output device. More...

Inheritance diagram for LogLevel:
Enum Copyable

Static Public Attributes

static final LogLevel NDDS_CONFIG_LOG_LEVEL_FATAL_ERROR
 The message describes a fatal error. More...
 
static final LogLevel NDDS_CONFIG_LOG_LEVEL_ERROR
 The message describes an error. More...
 
static final LogLevel NDDS_CONFIG_LOG_LEVEL_WARNING
 The message describes a warning. More...
 
static final LogLevel NDDS_CONFIG_LOG_LEVEL_STATUS_LOCAL
 The message contains information about the lifecycles of local RTI Connext objects will be logged. More...
 
static final LogLevel NDDS_CONFIG_LOG_LEVEL_STATUS_REMOTE
 The message contains information about the lifecycles of remote RTI Connext objects will be logged. More...
 
static final LogLevel NDDS_CONFIG_LOG_LEVEL_DEBUG
 The message contains debug information that might be relevant to your application. More...
 

Additional Inherited Members

- Public Member Functions inherited from Enum
final int ordinal ()
 The integral value of this enumerated constant. More...
 
Object copy_from (Object src)
 
final String name ()
 The name of this enum constant, as declared in the enum declaration. More...
 
final String toString ()
 The string value of this enum constant. More...
 
- Protected Member Functions inherited from Enum
 Enum (String name, int ordinal)
 The constructor. More...
 
final Object clone () throws CloneNotSupportedException
 

Detailed Description

Level category assigned to RTI Connext log messages returned to an output device.

Member Data Documentation

◆ NDDS_CONFIG_LOG_LEVEL_FATAL_ERROR

final LogLevel NDDS_CONFIG_LOG_LEVEL_FATAL_ERROR
static

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.

◆ NDDS_CONFIG_LOG_LEVEL_ERROR

final LogLevel NDDS_CONFIG_LOG_LEVEL_ERROR
static

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.

◆ NDDS_CONFIG_LOG_LEVEL_WARNING

final LogLevel NDDS_CONFIG_LOG_LEVEL_WARNING
static

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.

◆ NDDS_CONFIG_LOG_LEVEL_STATUS_LOCAL

final LogLevel NDDS_CONFIG_LOG_LEVEL_STATUS_LOCAL
static

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

◆ NDDS_CONFIG_LOG_LEVEL_STATUS_REMOTE

final LogLevel NDDS_CONFIG_LOG_LEVEL_STATUS_REMOTE
static

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

◆ NDDS_CONFIG_LOG_LEVEL_DEBUG

final LogLevel NDDS_CONFIG_LOG_LEVEL_DEBUG
static

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