RTI Connext Java API Version 7.3.0
MonitoringLoggingForwardingSettings Class Reference

Configures the forwarding levels of log messages for the different com.rti.ndds.config.LogFacility. More...

Inherits Struct.

Public Attributes

SyslogVerbosity middleware_forwarding_level
 Log messages with com.rti.ndds.config.LogFacility.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...
 
SyslogVerbosity security_event_forwarding_level
 Log messages with com.rti.ndds.config.LogFacility.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...
 
SyslogVerbosity service_forwarding_level
 Log messages with com.rti.ndds.config.LogFacility.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...
 
SyslogVerbosity user_forwarding_level
 Log messages with com.rti.ndds.config.LogFacility.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 com.rti.ndds.config.LogFacility.

Member Data Documentation

◆ middleware_forwarding_level

SyslogVerbosity middleware_forwarding_level

Log messages with com.rti.ndds.config.LogFacility.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] com.rti.ndds.config.SyslogVerbosity.NDDS_CONFIG_SYSLOG_VERBOSITY_WARNING

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

◆ security_event_forwarding_level

SyslogVerbosity security_event_forwarding_level

Log messages with com.rti.ndds.config.LogFacility.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] com.rti.ndds.config.SyslogVerbosity.NDDS_CONFIG_SYSLOG_VERBOSITY_WARNING

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

◆ service_forwarding_level

SyslogVerbosity service_forwarding_level

Log messages with com.rti.ndds.config.LogFacility.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] com.rti.ndds.config.SyslogVerbosity.NDDS_CONFIG_SYSLOG_VERBOSITY_WARNING

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

◆ user_forwarding_level

SyslogVerbosity user_forwarding_level

Log messages with com.rti.ndds.config.LogFacility.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] com.rti.ndds.config.SyslogVerbosity.NDDS_CONFIG_SYSLOG_VERBOSITY_WARNING

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