RTI Connext Java API  Version 5.1.0
LogLevel Class Reference

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_ERROR
 The message describes an error.
 
static final LogLevel NDDS_CONFIG_LOG_LEVEL_WARNING
 The message describes a warning.
 
static final LogLevel NDDS_CONFIG_LOG_LEVEL_STATUS_LOCAL
 The message contains info about the lifecycles of local RTI Connext objects will be logged.
 
static final LogLevel NDDS_CONFIG_LOG_LEVEL_STATUS_REMOTE
 The message contains info about the lifecycles of remote RTI Connext objects will be logged.
 
static final LogLevel NDDS_CONFIG_LOG_LEVEL_DEBUG
 The message contains debug info that might be relevant to your application.
 

Additional Inherited Members

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

Detailed Description

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

Member Data Documentation

final LogLevel NDDS_CONFIG_LOG_LEVEL_ERROR
static

The message describes an error.

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

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.

final LogLevel NDDS_CONFIG_LOG_LEVEL_STATUS_LOCAL
static

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

final LogLevel NDDS_CONFIG_LOG_LEVEL_STATUS_REMOTE
static

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

final LogLevel NDDS_CONFIG_LOG_LEVEL_DEBUG
static

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


RTI Connext Java API Version 5.1.0 Copyright © Mon Feb 3 2014 Real-Time Innovations, Inc