RTI Connext C API Version 7.3.0
DDS_MonitoringLoggingForwardingSettings Struct Reference

Configures the forwarding levels of log messages for the different NDDS_Config_LogFacility. More...

Data Fields

NDDS_Config_SyslogVerbosity middleware_forwarding_level
 Log messages with NDDS_CONFIG_LOG_FACILITY_MIDDLEWARE and a log level more verbose than this value will not be distributed by RTI Monitoring Library 2.0. More...
 
NDDS_Config_SyslogVerbosity security_event_forwarding_level
 Log messages with NDDS_CONFIG_LOG_FACILITY_SECURITY_EVENT and a log level more verbose than this value will not be distributed by RTI Monitoring Library 2.0. More...
 
NDDS_Config_SyslogVerbosity service_forwarding_level
 Log messages with NDDS_CONFIG_LOG_FACILITY_SERVICE and a log level more verbose than this value will not be distributed by RTI Monitoring Library 2.0. More...
 
NDDS_Config_SyslogVerbosity user_forwarding_level
 Log messages with NDDS_CONFIG_LOG_FACILITY_USER and a log level more verbose than this value will not be distributed by RTI Monitoring Library 2.0. More...
 

Detailed Description

Configures the forwarding levels of log messages for the different NDDS_Config_LogFacility.

Field Documentation

◆ middleware_forwarding_level

NDDS_Config_SyslogVerbosity DDS_MonitoringLoggingForwardingSettings::middleware_forwarding_level

Log messages with NDDS_CONFIG_LOG_FACILITY_MIDDLEWARE and a log level more verbose than this value will not be distributed by RTI Monitoring Library 2.0.

[default] NDDS_CONFIG_SYSLOG_VERBOSITY_WARNING

Keep in mind that setting this property beyond WARNING if your application's verbosity is greater than NDDS_CONFIG_LOG_VERBOSITY_WARNING, may affect performance due to the large amount of messages produced.

◆ security_event_forwarding_level

NDDS_Config_SyslogVerbosity DDS_MonitoringLoggingForwardingSettings::security_event_forwarding_level

Log messages with NDDS_CONFIG_LOG_FACILITY_SECURITY_EVENT and a log level more verbose than this value will not be distributed by RTI Monitoring Library 2.0.

[default] NDDS_CONFIG_SYSLOG_VERBOSITY_WARNING

Keep in mind that setting this property beyond WARNING if your application's verbosity is greater than NDDS_CONFIG_LOG_VERBOSITY_WARNING, may affect performance due to the large amount of messages produced.

◆ service_forwarding_level

NDDS_Config_SyslogVerbosity DDS_MonitoringLoggingForwardingSettings::service_forwarding_level

Log messages with NDDS_CONFIG_LOG_FACILITY_SERVICE and a log level more verbose than this value will not be distributed by RTI Monitoring Library 2.0.

[default] NDDS_CONFIG_SYSLOG_VERBOSITY_WARNING

Keep in mind that setting this property beyond WARNING if your application's verbosity is greater than NDDS_CONFIG_LOG_VERBOSITY_WARNING, may affect performance due to the large amount of messages produced.

◆ user_forwarding_level

NDDS_Config_SyslogVerbosity DDS_MonitoringLoggingForwardingSettings::user_forwarding_level

Log messages with NDDS_CONFIG_LOG_FACILITY_USER and a log level more verbose than this value will not be distributed by RTI Monitoring Library 2.0.

[default] NDDS_CONFIG_SYSLOG_VERBOSITY_WARNING

Keep in mind that setting this property beyond WARNING if your application's verbosity is greater than NDDS_CONFIG_LOG_VERBOSITY_WARNING, may affect performance due to the large amount of messages produced.