RTI Connext Traditional C++ API Version 7.3.0
|
Configures the forwarding levels of log messages for the different NDDS_Config_LogFacility. More...
Public Attributes | |
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... | |
Configures the forwarding levels of log messages for the different NDDS_Config_LogFacility.
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.
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.
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.
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.