RTI Connext Java API Version 7.1.0
LogPrintFormat Class Reference

The format used to output RTI Connext diagnostic information. More...

Inheritance diagram for LogPrintFormat:
Enum Copyable

Static Public Attributes

static final LogPrintFormat NDDS_CONFIG_LOG_PRINT_FORMAT_DEFAULT
 (default) Print message, method name, log level, Activity Context (what was happening when the event occurred), and logging category. More...
 
static final LogPrintFormat NDDS_CONFIG_LOG_PRINT_FORMAT_TIMESTAMPED
 Print message, method name, log level, Activity Context, logging category, and timestamp. More...
 
static final LogPrintFormat NDDS_CONFIG_LOG_PRINT_FORMAT_VERBOSE
 Print message with all available context information (includes thread identifier, message location). More...
 
static final LogPrintFormat NDDS_CONFIG_LOG_PRINT_FORMAT_VERBOSE_TIMESTAMPED
 Print message with all available context information, and timestamp. More...
 
static final LogPrintFormat NDDS_CONFIG_LOG_PRINT_FORMAT_DEBUG
 Print a set of fields (including message number and backtrace information) that may be useful for internal debugging. More...
 
static final LogPrintFormat NDDS_CONFIG_LOG_PRINT_FORMAT_MINIMAL
 Print only message number and message location. More...
 
static final LogPrintFormat NDDS_CONFIG_LOG_PRINT_FORMAT_MAXIMAL
 Print all available fields. More...
 

Additional Inherited Members

- Public Member Functions inherited from Enum
final int ordinal ()
 The integral value of this enumerated constant. More...
 
Object copy_from (Object src)
 
final String name ()
 The name of this enum constant, as declared in the enum declaration. More...
 
final String toString ()
 The string value of this enum constant. More...
 
Object copy_from (Object src)
 Copy value of a data type from source. More...
 
- Protected Member Functions inherited from Enum
 Enum (String name, int ordinal)
 The constructor. More...
 
final Object clone () throws CloneNotSupportedException
 

Detailed Description

The format used to output RTI Connext diagnostic information.

Member Data Documentation

◆ NDDS_CONFIG_LOG_PRINT_FORMAT_DEFAULT

final LogPrintFormat NDDS_CONFIG_LOG_PRINT_FORMAT_DEFAULT
static

(default) Print message, method name, log level, Activity Context (what was happening when the event occurred), and logging category.

◆ NDDS_CONFIG_LOG_PRINT_FORMAT_TIMESTAMPED

final LogPrintFormat NDDS_CONFIG_LOG_PRINT_FORMAT_TIMESTAMPED
static

Print message, method name, log level, Activity Context, logging category, and timestamp.

◆ NDDS_CONFIG_LOG_PRINT_FORMAT_VERBOSE

final LogPrintFormat NDDS_CONFIG_LOG_PRINT_FORMAT_VERBOSE
static

Print message with all available context information (includes thread identifier, message location).

◆ NDDS_CONFIG_LOG_PRINT_FORMAT_VERBOSE_TIMESTAMPED

final LogPrintFormat NDDS_CONFIG_LOG_PRINT_FORMAT_VERBOSE_TIMESTAMPED
static

Print message with all available context information, and timestamp.

◆ NDDS_CONFIG_LOG_PRINT_FORMAT_DEBUG

final LogPrintFormat NDDS_CONFIG_LOG_PRINT_FORMAT_DEBUG
static

Print a set of fields (including message number and backtrace information) that may be useful for internal debugging.

◆ NDDS_CONFIG_LOG_PRINT_FORMAT_MINIMAL

final LogPrintFormat NDDS_CONFIG_LOG_PRINT_FORMAT_MINIMAL
static

Print only message number and message location.

◆ NDDS_CONFIG_LOG_PRINT_FORMAT_MAXIMAL

final LogPrintFormat NDDS_CONFIG_LOG_PRINT_FORMAT_MAXIMAL
static

Print all available fields.