RTI Connext C++ API  Version 5.1.0
DDS_LoggingQosPolicy Struct Reference

Configures the RTI Connext logging facility. More...

Public Attributes

NDDS_Config_LogVerbosity verbosity
 The verbosities at which RTI Connext diagnostic information is logged.
 
NDDS_Config_LogCategory category
 Categories of logged messages.
 
NDDS_Config_LogPrintFormat print_format
 The format used to output RTI Connext diagnostic information.
 
char * 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:
DDSDomainParticipantFactory
Properties:
RxO = NO
Changeable = Changeable

Member Data Documentation

NDDS_Config_LogVerbosity DDS_LoggingQosPolicy::verbosity

The verbosities at which RTI Connext diagnostic information is logged.

[default] ::DDS_NDDS_CONFIG_LOG_VERBOSITY_ERROR

NDDS_Config_LogCategory DDS_LoggingQosPolicy::category

Categories of logged messages.

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

NDDS_Config_LogPrintFormat DDS_LoggingQosPolicy::print_format

The format used to output RTI Connext diagnostic information.

[default] ::DDS_NDDS_CONFIG_LOG_PRINT_FORMAT_DEFAULT.

char* 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.

Important: This value must be an allocated string with DDS_String_alloc or DDS_String_dup. It should not be assigned to a string constant.

[default] NULL


RTI Connext C++ API Version 5.1.0 Copyright © Mon Feb 3 2014 Real-Time Innovations, Inc