RTI Connext Java API
Version 5.3.1
|
The format used to output RTI Connext diagnostic information. More...
Static Public Attributes | |
static final LogPrintFormat | NDDS_CONFIG_LOG_PRINT_FORMAT_DEFAULT |
Print message, method name, and activity context (default). | |
static final LogPrintFormat | NDDS_CONFIG_LOG_PRINT_FORMAT_TIMESTAMPED |
Print message, method name, activity context, and timestamp. | |
static final LogPrintFormat | NDDS_CONFIG_LOG_PRINT_FORMAT_VERBOSE |
Print message with all available context information (includes thread identifier, activity context). | |
static final LogPrintFormat | NDDS_CONFIG_LOG_PRINT_FORMAT_VERBOSE_TIMESTAMPED |
Print message with all available context information, and timestamp. | |
static final LogPrintFormat | NDDS_CONFIG_LOG_PRINT_FORMAT_DEBUG |
Print a set of field that may be useful for internal debug. | |
static final LogPrintFormat | NDDS_CONFIG_LOG_PRINT_FORMAT_MINIMAL |
Print only message number and method name. | |
static final LogPrintFormat | NDDS_CONFIG_LOG_PRINT_FORMAT_MAXIMAL |
Print all available fields. | |
Additional Inherited Members | |
Public Member Functions inherited from Enum | |
final int | ordinal () |
The integral value of this enumerated constant. | |
Object | copy_from (Object src) |
final String | name () |
The name of this enum constant, as declared in the enum declaration. | |
final String | toString () |
The string value of this enum constant. | |
Protected Member Functions inherited from Enum | |
Enum (String name, int ordinal) | |
The constructor. | |
final Object | clone () throws CloneNotSupportedException |
The format used to output RTI Connext diagnostic information.
|
static |
Print message, method name, and activity context (default).
|
static |
Print message, method name, activity context, and timestamp.
|
static |
Print message with all available context information (includes thread identifier, activity context).
|
static |
Print message with all available context information, and timestamp.
|
static |
Print a set of field that may be useful for internal debug.
|
static |
Print only message number and method name.
|
static |
Print all available fields.