68.2.2 Syslog Facility
All the log messages generated by the Connext builtin logging system are associated with a Syslog facility. Syslog facilities are numerical codes that represent the source of the log message, allowing the system or network administrator to categorize and filter log messages based on their origin. These facilities help organize log data, making it easier to manage and analyze. Table 68.9 NDDS_Config_LogFacility describes the different facilities supported by Connext.
Table 68.9 NDDS_Config_LogFacility
|
NDDS_Config_LogFacility (NDDS_CONFIG_LOG_FACILITY_*) |
Description |
|---|---|
|
MIDDLEWARE |
A log message produced by the Connext Core Libraries. Numerical code: 23 |
|
SECURITY_EVENT |
A security-related message logged by the Security Plugins Logging Plugin. See Security Events and Logging, in the RTI Security Plugins User's Manual. Numerical code: 10 |
|
SERVICE |
A message generated by an Infrastructure Service, such as Routing Service. It's important to understand that Infrastructure Services operate using the Connext Core Libraries. The log messages that the Core Libraries create are categorized under the MIDDLEWARE facility. However, log messages that are directly generated by the Infrastructure Service itself are distinctly marked with the SERVICE facility. Numerical code: 22 |
|
USER |
A log message produced by the user's log application APIs in NDDSConfigLogger (see the "Log USER messages" row of 68.2.2 Syslog Facility). Numerical code: 1 |