RTI Connext Java API Version 7.6.0

Use these QoS fields to configure the RTI Connext logging infrastructure.

Use these QoS fields to configure the RTI Connext logging infrastructure.

This includes settings for configuring the verbosity and directing the output.

See Logging, in the Core Libraries User's Manual, for more information.

Basic Settings

com.rti.dds.infrastructure.LoggingQosPolicyverbosity
<<basic>> <<extension>> The verbosities at which RTI Connext diagnostic information is logged.
com.rti.dds.infrastructure.LoggingQosPolicycategory
<<basic>> <<extension>> Categories of logged messages.
com.rti.dds.infrastructure.LoggingQosPolicyoutput_file
<<basic>> <<extension>> Specifies the file to which log messages will be redirected to.
com.rti.dds.infrastructure.LoggingQosPolicyoutput_file_suffix
<<basic>> <<extension>> Sets the file suffix when logging to a set of files
com.rti.dds.infrastructure.MonitoringLoggingDistributionSettingsmax_historical_logs
<<basic>> <<extension>> The number of log messages that RTI Monitoring Library 2.0 will keep as history.
com.rti.dds.infrastructure.MonitoringLoggingDistributionSettingspublication_period
<<basic>> <<extension>> Period at which the logging thread publishes log messages.
com.rti.dds.infrastructure.MonitoringLoggingForwardingSettingsmiddleware_forwarding_level
<<basic>> <<extension>> 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.
com.rti.dds.infrastructure.MonitoringLoggingForwardingSettingssecurity_event_forwarding_level
<<basic>> <<extension>> 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.
com.rti.dds.infrastructure.MonitoringLoggingForwardingSettingsservice_forwarding_level
<<basic>> <<extension>> 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.
com.rti.dds.infrastructure.MonitoringLoggingForwardingSettingsuser_forwarding_level
<<basic>> <<extension>> 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.
com.rti.dds.infrastructure.MonitoringTelemetryDatalogs
<<basic>> <<extension>> com.rti.dds.infrastructure.MonitoringLoggingForwardingSettings containing the com.rti.ndds.config.SyslogVerbosity levels that will be forwarded for the different com.rti.ndds.config.LogFacility.

Advanced Settings

com.rti.dds.infrastructure.LoggingQosPolicyprint_format
<<extension>> The format used to output RTI Connext diagnostic information.
com.rti.dds.infrastructure.LoggingQosPolicymax_bytes_per_file
<<extension>> Specifies the maximum number of bytes a single file can contain
com.rti.dds.infrastructure.LoggingQosPolicymax_files
<<extension>> Specifies the maximum number of files to create before overwritting the previous ones.
com.rti.dds.infrastructure.MonitoringLoggingDistributionSettingsconcurrency_level
<<extension>> Defines how concurrent the push of log messages to RTI Monitoring Library 2.0 is.
com.rti.dds.infrastructure.MonitoringLoggingDistributionSettingsdatawriter_qos_profile_name
<<extension>> The fully qualified name of the profile used to configure the com.rti.dds.publication.DataWriter that distributes log messages.
com.rti.dds.infrastructure.MonitoringLoggingDistributionSettingsthread
<<extension>> The settings of the logging thread.
com.rti.dds.infrastructure.MonitoringDistributionSettingslogging_settings
<<extension>> Configures the distribution of logging messages.