DDS::LoggingQosPolicy Class Reference
[LOGGING]

Configures the RTI Data Distribution Service logging facility. More...

#include <managed_infrastructure.h>

List of all members.

Static Public Member Functions

static System::String^ get_logging_qos_policy_name ()
 Stringified human-readable name for DDS::LoggingQosPolicy.

Public Attributes

NDDS::LogVerbosity verbosity
 The verbosities at which RTI Data Distribution Service diagnostic information is logged.
NDDS::LogCategory category
 Categories of logged messages.
NDDS::LogPrintFormat print_format
 The format used to output RTI Data Distribution Service diagnostic information.
System::String^ output_file
 Specifies the file to which log messages will be redirected to.


Detailed Description

Configures the RTI Data Distribution Service logging facility.

All the properties associated with RTI Data Distribution Service logging can be configured using this QoS policy. This allows you to configure logging using XML QoS Profiles. See the Troubleshooting chapter in the User's Manual for details.

Entity:
DDS::DomainParticipantFactory
Properties:
RxO = NO
Changeable = Changeable

Member Data Documentation

The verbosities at which RTI Data Distribution Service diagnostic information is logged.

[default] NDDS::LogVerbosity::NDDS_CONFIG_LOG_VERBOSITY_ERROR

Categories of logged messages.

[default] Logging will be enabled for all the categories.

The format used to output RTI Data Distribution Service diagnostic information.

[default] NDDS::LogPrintFormat::NDDS_CONFIG_LOG_PRINT_FORMAT_DEFAULT.

Specifies the file to which log messages will be redirected to.

If the value of ouput_file is set to NULL, log messages will sent to standard output.

[default] NULL


RTI Data Distribution Service .Net APIs Version 4.5e Copyright © 23 Oct 2011 Real-Time Innovations, Inc