RTI Connext Java API
Version 5.1.0
|
Configures the RTI Connext logging facility. More...
Public Attributes | |
LogVerbosity | verbosity |
The verbosities at which RTI Connext diagnostic information is logged. | |
LogCategory | category |
Categories of logged messages. | |
LogPrintFormat | print_format |
The format used to output RTI Connext diagnostic information. | |
String | output_file |
Specifies the file to which log messages will be redirected to. | |
Public Attributes inherited from QosPolicy | |
final QosPolicyId_t | id |
The ID of this QoS policy. | |
final String | policy_name |
The name of this QoS policy. | |
Additional Inherited Members | |
Public Member Functions inherited from Struct | |
abstract boolean | equals (Object obj) |
abstract int | hashCode () |
String | toString () |
Protected Member Functions inherited from Struct | |
Struct () | |
abstract void | pull_from_nativeI (long native_status) |
abstract void | push_to_nativeI (long native_status) |
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.
LogVerbosity verbosity |
The verbosities at which RTI Connext diagnostic information is logged.
[default] com.rti.ndds.config.LogVerbosity.NDDS_CONFIG_LOG_VERBOSITY_ERROR
LogCategory category |
Categories of logged messages.
[default] Logging will be enabled for all the categories.
LogPrintFormat print_format |
The format used to output RTI Connext diagnostic information.
[default] com.rti.ndds.config.LogPrintFormat.NDDS_CONFIG_LOG_PRINT_FORMAT_DEFAULT.
String 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