RTI Connext C API
Version 5.1.0
|
Configures the RTI Connext logging facility. More...
Data Fields | |
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. | |
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.
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