|
RTI Connext Java API Version 7.6.0
|
A number that identifies the source of a log message. More...
Static Public Attributes | |
| static final LogFacility | NDDS_CONFIG_LOG_FACILITY_USER |
| A log message produced by the APIs that log user messages in com.rti.ndds.config.Logger (e.g, com.rti.ndds.config.Logger.emergency). More... | |
| static final LogFacility | NDDS_CONFIG_LOG_FACILITY_SECURITY_EVENT |
| A security-related message logged by the RTI Security Plugins Logging Plugin. More... | |
| static final LogFacility | NDDS_CONFIG_LOG_FACILITY_SERVICE |
| A log message produced by an Infrastructure Service, such as Routing Service. More... | |
| static final LogFacility | NDDS_CONFIG_LOG_FACILITY_MIDDLEWARE |
| A log message produced by RTI Connext Core Libraries. 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 |
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.
|
static |
A log message produced by the APIs that log user messages in com.rti.ndds.config.Logger (e.g, com.rti.ndds.config.Logger.emergency).
Numerical code: 1
|
static |
A security-related message logged by the RTI Security Plugins Logging Plugin.
Numerical code: 10
|
static |
A log message produced by an Infrastructure Service, such as Routing Service.
Infrastructure Services operate using the Core Libraries. The messages that the Core Libraries create are categorized under the MIDDLEWARE facility. Log messages that are directly generated by the Infrastructure Service itself are marked with the SERVICE facility.
Numerical code: 22
|
static |
A log message produced by RTI Connext Core Libraries.
Numerical code: 23