RTI Connext Java API  Version 5.1.0
LogVerbosity Class Reference

The verbosities at which RTI Connext diagnostic information is logged. More...

Inheritance diagram for LogVerbosity:
Enum Copyable

Static Public Attributes

static final LogVerbosity NDDS_CONFIG_LOG_VERBOSITY_SILENT
 No further output will be logged.
 
static final LogVerbosity NDDS_CONFIG_LOG_VERBOSITY_ERROR
 Only error messages will be logged.
 
static final LogVerbosity NDDS_CONFIG_LOG_VERBOSITY_WARNING
 Both error and warning messages will be logged.
 
static final LogVerbosity NDDS_CONFIG_LOG_VERBOSITY_STATUS_LOCAL
 Errors, warnings, and verbose information about the lifecycles of local RTI Connext objects will be logged.
 
static final LogVerbosity NDDS_CONFIG_LOG_VERBOSITY_STATUS_REMOTE
 Errors, warnings, and verbose information about the lifecycles of remote RTI Connext objects will be logged.
 
static final LogVerbosity NDDS_CONFIG_LOG_VERBOSITY_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.
 

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

The verbosities at which RTI Connext diagnostic information is logged.

Member Data Documentation

final LogVerbosity NDDS_CONFIG_LOG_VERBOSITY_SILENT
static

No further output will be logged.

final LogVerbosity NDDS_CONFIG_LOG_VERBOSITY_ERROR
static

Only 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.

final LogVerbosity NDDS_CONFIG_LOG_VERBOSITY_WARNING
static

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.

final LogVerbosity NDDS_CONFIG_LOG_VERBOSITY_STATUS_LOCAL
static

Errors, warnings, and verbose information about the lifecycles of local RTI Connext objects will be logged.

final LogVerbosity NDDS_CONFIG_LOG_VERBOSITY_STATUS_REMOTE
static

Errors, warnings, and verbose information about the lifecycles of remote RTI Connext objects will be logged.

final LogVerbosity NDDS_CONFIG_LOG_VERBOSITY_STATUS_ALL
static

Errors, warnings, verbose information about the lifecycles of local and remote RTI Connext objects, and periodic information about RTI Connext threads will be logged.


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