DDS_LoggingQosPolicy Struct Reference
[LOGGING]

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

List of all members.

Public Attributes

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

Member Data Documentation

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

[default] DDS_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] DDS_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.

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 Data Distribution Service C++ API Version 4.5e Copyright © 23 Oct 2011 Real-Time Innovations, Inc