RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
DDS::LoggingQosPolicy Class Reference

Configures the RTI Connext logging facility. More...

#include <managed_infrastructure.h>

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 Connext diagnostic information is logged.
 
NDDS::LogCategory category
 Categories of logged messages.
 
NDDS::LogPrintFormat print_format
 The format used to output RTI Connext diagnostic information.
 
System::String^ output_file
 Specifies the file to which log messages will be redirected to.
 

Detailed Description

Configures the RTI Connext logging facility.

All the properties associated with RTI Connext 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

NDDS::LogVerbosity DDS::LoggingQosPolicy::verbosity

The verbosities at which RTI Connext diagnostic information is logged.

[default] ::NDDS::LogVerbosity::NDDS_CONFIG_LOG_VERBOSITY_ERROR

NDDS::LogCategory DDS::LoggingQosPolicy::category

Categories of logged messages.

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

NDDS::LogPrintFormat DDS::LoggingQosPolicy::print_format

The format used to output RTI Connext diagnostic information.

[default] ::NDDS::LogPrintFormat::NDDS_CONFIG_LOG_PRINT_FORMAT_DEFAULT.

System::String ^ DDS::LoggingQosPolicy::output_file

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 Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc