RTI Connext Java API
Version 5.1.0
|
Level category assigned to RTI Connext log messages returned to an output device. More...
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. | |
Level category assigned to RTI Connext log messages returned to an output device.
|
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.
|
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.
|
static |
The message contains info about the lifecycles of local RTI Connext objects will be logged.
|
static |
The message contains info about the lifecycles of remote RTI Connext objects will be logged.
|
static |
The message contains debug info that might be relevant to your application.