RTI Connext Java API Version 7.1.0

Syslog level category assigned to RTI Connext log messages. More...

Inheritance diagram for SyslogLevel:
Enum Copyable

Static Public Attributes

static final SyslogLevel NDDS_CONFIG_SYSLOG_LEVEL_EMERGENCY
 System is unusable. More...
 
static final SyslogLevel NDDS_CONFIG_SYSLOG_LEVEL_ALERT
 Should be corrected immediately. More...
 
static final SyslogLevel NDDS_CONFIG_SYSLOG_LEVEL_CRITICAL
 Critical conditions. More...
 
static final SyslogLevel NDDS_CONFIG_SYSLOG_LEVEL_ERROR
 Error conditions. More...
 
static final SyslogLevel NDDS_CONFIG_SYSLOG_LEVEL_WARNING
 May indicate that an error will occur if action is not taken. More...
 
static final SyslogLevel NDDS_CONFIG_SYSLOG_LEVEL_NOTICE
 Events that are unusual, but not error conditions. More...
 
static final SyslogLevel NDDS_CONFIG_SYSLOG_LEVEL_INFORMATIONAL
 Normal operational messages that require no action. More...
 
static final SyslogLevel NDDS_CONFIG_SYSLOG_LEVEL_DEBUG
 Information useful to developers for debugging the application. 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

Syslog level category assigned to RTI Connext log messages.

Member Data Documentation

◆ NDDS_CONFIG_SYSLOG_LEVEL_EMERGENCY

final SyslogLevel NDDS_CONFIG_SYSLOG_LEVEL_EMERGENCY
static

◆ NDDS_CONFIG_SYSLOG_LEVEL_ALERT

final SyslogLevel NDDS_CONFIG_SYSLOG_LEVEL_ALERT
static

Should be corrected immediately.

RTI Connext does not produce these messages.

◆ NDDS_CONFIG_SYSLOG_LEVEL_CRITICAL

final SyslogLevel NDDS_CONFIG_SYSLOG_LEVEL_CRITICAL
static

Critical conditions.

RTI Connext does not produce these messages.

◆ NDDS_CONFIG_SYSLOG_LEVEL_ERROR

final SyslogLevel NDDS_CONFIG_SYSLOG_LEVEL_ERROR
static

◆ NDDS_CONFIG_SYSLOG_LEVEL_WARNING

final SyslogLevel NDDS_CONFIG_SYSLOG_LEVEL_WARNING
static

May indicate that an error will occur if action is not taken.

Equivalent to com.rti.ndds.config.LogLevel.NDDS_CONFIG_LOG_LEVEL_WARNING.

◆ NDDS_CONFIG_SYSLOG_LEVEL_NOTICE

final SyslogLevel NDDS_CONFIG_SYSLOG_LEVEL_NOTICE
static

Events that are unusual, but not error conditions.

RTI Connext does not produce these messages.

◆ NDDS_CONFIG_SYSLOG_LEVEL_INFORMATIONAL

final SyslogLevel NDDS_CONFIG_SYSLOG_LEVEL_INFORMATIONAL
static

◆ NDDS_CONFIG_SYSLOG_LEVEL_DEBUG

final SyslogLevel NDDS_CONFIG_SYSLOG_LEVEL_DEBUG
static

Information useful to developers for debugging the application.

Equivalent to com.rti.ndds.config.LogLevel.NDDS_CONFIG_LOG_LEVEL_DEBUG.