RTI Connext Java API Version 7.1.0
SyslogVerbosity Class Reference

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

Inheritance diagram for SyslogVerbosity:
Enum Copyable

Static Public Attributes

static final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_SILENT
 No output will be logged. More...
 
static final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_EMERGENCY
 Only fatal log messages will be logged. More...
 
static final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_ALERT
 Only fatal log messages will be logged. More...
 
static final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_CRITICAL
 Only fatal log messages will be logged. More...
 
static final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_ERROR
 Only error and fatal error messages will be logged. More...
 
static final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_WARNING
 Fatal, error and warning messages will be logged. More...
 
static final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_NOTICE
 Fatal, error and warning messages will be logged. More...
 
static final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_INFORMATIONAL
 Local, remote, fatal, error and warning 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.

Member Data Documentation

◆ NDDS_CONFIG_SYSLOG_VERBOSITY_SILENT

final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_SILENT
static

◆ NDDS_CONFIG_SYSLOG_VERBOSITY_EMERGENCY

final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_EMERGENCY
static

Only fatal log messages will be logged.

Only log messages with com.rti.ndds.config.LogLevel equals to com.rti.ndds.config.LogLevel.NDDS_CONFIG_LOG_LEVEL_FATAL_ERROR will be part of this Syslog verbosity level.

◆ NDDS_CONFIG_SYSLOG_VERBOSITY_ALERT

final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_ALERT
static

Only fatal log messages will be logged.

Equivalent to com.rti.ndds.config.SyslogVerbosity.NDDS_CONFIG_SYSLOG_VERBOSITY_EMERGENCY.

◆ NDDS_CONFIG_SYSLOG_VERBOSITY_CRITICAL

final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_CRITICAL
static

Only fatal log messages will be logged.

Equivalent to com.rti.ndds.config.SyslogVerbosity.NDDS_CONFIG_SYSLOG_VERBOSITY_EMERGENCY.

◆ NDDS_CONFIG_SYSLOG_VERBOSITY_ERROR

final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_ERROR
static

Only error and fatal error messages will be logged.

Only log messages with com.rti.ndds.config.LogLevel equals to com.rti.ndds.config.LogLevel.NDDS_CONFIG_LOG_LEVEL_FATAL_ERROR or com.rti.ndds.config.LogLevel.NDDS_CONFIG_LOG_LEVEL_ERROR will be part of this Syslog verbosity level.

◆ NDDS_CONFIG_SYSLOG_VERBOSITY_WARNING

final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_WARNING
static

Fatal, error and warning messages will be logged.

Only log messages with com.rti.ndds.config.LogLevel equals to com.rti.ndds.config.LogLevel.NDDS_CONFIG_LOG_LEVEL_FATAL_ERROR, com.rti.ndds.config.LogLevel.NDDS_CONFIG_LOG_LEVEL_ERROR or com.rti.ndds.config.LogLevel.NDDS_CONFIG_LOG_LEVEL_WARNING will be part of this Syslog verbosity level.

◆ NDDS_CONFIG_SYSLOG_VERBOSITY_NOTICE

final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_NOTICE
static

Fatal, error and warning messages will be logged.

Equivalent to com.rti.ndds.config.SyslogVerbosity.NDDS_CONFIG_SYSLOG_VERBOSITY_WARNING.

◆ NDDS_CONFIG_SYSLOG_VERBOSITY_INFORMATIONAL

◆ NDDS_CONFIG_SYSLOG_VERBOSITY_DEBUG

final SyslogVerbosity NDDS_CONFIG_SYSLOG_VERBOSITY_DEBUG
static

All messages will be logged.