RTI Connext Java API  Version 5.1.0
LogCategory Class Reference

Categories of logged messages. More...

Inheritance diagram for LogCategory:
Enum Copyable

Static Public Attributes

static final LogCategory NDDS_CONFIG_LOG_CATEGORY_PLATFORM
 Log messages pertaining to the underlying platform (hardware and OS) on which RTI Connext is running are in this category.
 
static final LogCategory NDDS_CONFIG_LOG_CATEGORY_COMMUNICATION
 Log messages pertaining to data serialization and deserialization and network traffic are in this category.
 
static final LogCategory NDDS_CONFIG_LOG_CATEGORY_DATABASE
 Log messages pertaining to the internal database in which RTI Connext objects are stored are in this category.
 
static final LogCategory NDDS_CONFIG_LOG_CATEGORY_ENTITIES
 Log messages pertaining to local and remote entities and to the discovery process are in this category.
 
static final LogCategory NDDS_CONFIG_LOG_CATEGORY_API
 Log messages pertaining to the API layer of RTI Connext (such as method argument validation) are in this category.
 

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.
 

Detailed Description

Categories of logged messages.

The com.rti.ndds.config.Logger.get_verbosity_by_category and com.rti.ndds.config.Logger.set_verbosity_by_category can be used to specify different verbosities for different categories of messages.

Member Data Documentation

final LogCategory NDDS_CONFIG_LOG_CATEGORY_PLATFORM
static

Log messages pertaining to the underlying platform (hardware and OS) on which RTI Connext is running are in this category.

final LogCategory NDDS_CONFIG_LOG_CATEGORY_COMMUNICATION
static

Log messages pertaining to data serialization and deserialization and network traffic are in this category.

final LogCategory NDDS_CONFIG_LOG_CATEGORY_DATABASE
static

Log messages pertaining to the internal database in which RTI Connext objects are stored are in this category.

final LogCategory NDDS_CONFIG_LOG_CATEGORY_ENTITIES
static

Log messages pertaining to local and remote entities and to the discovery process are in this category.

final LogCategory NDDS_CONFIG_LOG_CATEGORY_API
static

Log messages pertaining to the API layer of RTI Connext (such as method argument validation) are in this category.


RTI Connext Java API Version 5.1.0 Copyright © Mon Feb 3 2014 Real-Time Innovations, Inc