RTI Connext Java API Version 7.1.0

A number that identifies the source of a log message. More...

Inheritance diagram for LogFacility:
Enum Copyable

Static Public Attributes

static final LogFacility NDDS_CONFIG_LOG_FACILITY_USER
 A log message produced by the user's application. More...
 
static final LogFacility NDDS_CONFIG_LOG_FACILITY_SECURITY
 A security-related message. More...
 
static final LogFacility NDDS_CONFIG_LOG_FACILITY_SERVICE
 A log message produced by an Infrastructure Service. More...
 
static final LogFacility NDDS_CONFIG_LOG_FACILITY_MIDDLEWARE
 A log message produced by RTI Connext. 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

A number that identifies the source of a log message.

In the Syslog Protocol, the Facility is a numerical code that represents the machine process that created a Syslog event. RTI Connext uses the facility to represent the source of a given log message.

Member Data Documentation

◆ NDDS_CONFIG_LOG_FACILITY_USER

final LogFacility NDDS_CONFIG_LOG_FACILITY_USER
static

A log message produced by the user's application.

◆ NDDS_CONFIG_LOG_FACILITY_SECURITY

final LogFacility NDDS_CONFIG_LOG_FACILITY_SECURITY
static

A security-related message.

A "security-related message" is a log message that meets any of the following:

  • A security event logged with the RTI Security Plugins Logging Plugin.
  • RTI TLS Support log messages related to OpenSSL.

◆ NDDS_CONFIG_LOG_FACILITY_SERVICE

final LogFacility NDDS_CONFIG_LOG_FACILITY_SERVICE
static

A log message produced by an Infrastructure Service.

◆ NDDS_CONFIG_LOG_FACILITY_MIDDLEWARE

final LogFacility NDDS_CONFIG_LOG_FACILITY_MIDDLEWARE
static

A log message produced by RTI Connext.