|
RTI Connext Java API Version 7.7.0
|
The Syslog verbosities at which RTI Connext diagnostic information is logged. These Syslog verbosities are mapped to com.rti.ndds.config.LogVerbosity. See Syslog Level and Verbosity Mapping, in the Core Libraries User's Manual, for more information. More...
Static Public Attributes | |
| static final SyslogVerbosity | NDDS_CONFIG_SYSLOG_VERBOSITY_SILENT |
| No messages will be logged. (lowest verbosity) More... | |
| static final SyslogVerbosity | NDDS_CONFIG_SYSLOG_VERBOSITY_EMERGENCY |
| Emergency, critical, alert, and error messages will be logged. More... | |
| static final SyslogVerbosity | NDDS_CONFIG_SYSLOG_VERBOSITY_ALERT |
| Emergency, critical, and alert messages will be logged. More... | |
| static final SyslogVerbosity | NDDS_CONFIG_SYSLOG_VERBOSITY_CRITICAL |
| Emergency, critical, alert, and error messages will be logged. More... | |
| static final SyslogVerbosity | NDDS_CONFIG_SYSLOG_VERBOSITY_ERROR |
| Emergency, critical, alert, and error messages will be logged. More... | |
| static final SyslogVerbosity | NDDS_CONFIG_SYSLOG_VERBOSITY_WARNING |
| Emergency, critical, alert, error, and warning messages will be logged. More... | |
| static final SyslogVerbosity | NDDS_CONFIG_SYSLOG_VERBOSITY_NOTICE |
| Emergency, critical, alert, error, warning, notice and informational messages will be logged. More... | |
| static final SyslogVerbosity | NDDS_CONFIG_SYSLOG_VERBOSITY_INFORMATIONAL |
| Emergency, critical, alert, error, warning, notice, and informational messages will be logged. More... | |
| static final SyslogVerbosity | NDDS_CONFIG_SYSLOG_VERBOSITY_DEBUG |
| All messages will be logged. 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... | |
| Object | copy_from (Object src) |
| Copy value of a data type from source. More... | |
Protected Member Functions inherited from Enum | |
| Enum (String name, int ordinal) | |
| The constructor. More... | |
| final Object | clone () throws CloneNotSupportedException |
The Syslog verbosities at which RTI Connext diagnostic information is logged. These Syslog verbosities are mapped to com.rti.ndds.config.LogVerbosity. See Syslog Level and Verbosity Mapping, in the Core Libraries User's Manual, for more information.
|
static |
No messages will be logged. (lowest verbosity)
Equivalent to com.rti.ndds.config.LogVerbosity.NDDS_CONFIG_LOG_VERBOSITY_SILENT.
|
static |
Emergency, critical, alert, and error messages will be logged.
This Syslog verbosity level is translated to com.rti.ndds.config.LogVerbosity.NDDS_CONFIG_LOG_VERBOSITY_ERROR when interpreted by RTI Connext. (That's why this level actually logs more than just emergency messages.)
|
static |
Emergency, critical, and alert messages will be logged.
This Syslog verbosity level is translated to com.rti.ndds.config.LogVerbosity.NDDS_CONFIG_LOG_VERBOSITY_ERROR when interpreted by RTI Connext. (That's why this level actually logs more than just emergency, critical and alert messages.)
|
static |
Emergency, critical, alert, and error messages will be logged.
This Syslog verbosity level is translated to com.rti.ndds.config.LogVerbosity.NDDS_CONFIG_LOG_VERBOSITY_ERROR when interpreted by RTI Connext. (That's why this level actually logs more than just emergency and critical messages.)
|
static |
Emergency, critical, alert, and error messages will be logged.
This Syslog verbosity level is translated to com.rti.ndds.config.LogVerbosity.NDDS_CONFIG_LOG_VERBOSITY_ERROR when interpreted by RTI Connext.
|
static |
Emergency, critical, alert, error, and warning messages will be logged.
This Syslog verbosity level is translated to com.rti.ndds.config.LogVerbosity.NDDS_CONFIG_LOG_VERBOSITY_WARNING when interpreted by RTI Connext.
|
static |
Emergency, critical, alert, error, warning, notice and informational messages will be logged.
This Syslog verbosity level is translated to com.rti.ndds.config.LogVerbosity.NDDS_CONFIG_LOG_VERBOSITY_STATUS_REMOTE when interpreted by RTI Connext. (That's why this level actually logs more than just emergency, critical, alert, error, warning and notice messages.)
|
static |
Emergency, critical, alert, error, warning, notice, and informational messages will be logged.
This Syslog verbosity level is translated to com.rti.ndds.config.LogVerbosity.NDDS_CONFIG_LOG_VERBOSITY_STATUS_REMOTE when interpreted by RTI Connext.
|
static |
All messages will be logged.
This Syslog verbosity level is translated to com.rti.ndds.config.LogVerbosity.NDDS_CONFIG_LOG_VERBOSITY_STATUS_ALL when interpreted by RTI Connext.