RTI Connext Java API Version 7.3.0
SyslogVerbosity Class Reference

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

Inheritance diagram for SyslogVerbosity:
Enum Copyable

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
 

Detailed Description

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.

Member Data Documentation

◆ NDDS_CONFIG_SYSLOG_VERBOSITY_SILENT

final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_SILENT
static

No messages will be logged. (lowest verbosity)

Equivalent to com.rti.ndds.config.LogVerbosity.NDDS_CONFIG_LOG_VERBOSITY_SILENT.

◆ NDDS_CONFIG_SYSLOG_VERBOSITY_EMERGENCY

final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_EMERGENCY
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.)

◆ NDDS_CONFIG_SYSLOG_VERBOSITY_ALERT

final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_ALERT
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.)

◆ NDDS_CONFIG_SYSLOG_VERBOSITY_CRITICAL

final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_CRITICAL
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.)

◆ NDDS_CONFIG_SYSLOG_VERBOSITY_ERROR

final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_ERROR
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.

◆ NDDS_CONFIG_SYSLOG_VERBOSITY_WARNING

final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_WARNING
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.

◆ NDDS_CONFIG_SYSLOG_VERBOSITY_NOTICE

final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_NOTICE
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.)

◆ NDDS_CONFIG_SYSLOG_VERBOSITY_INFORMATIONAL

final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_INFORMATIONAL
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.

◆ NDDS_CONFIG_SYSLOG_VERBOSITY_DEBUG

final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_DEBUG
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.