RTI Connext Java API  Version 6.1.2

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. More...
 
static final LogCategory NDDS_CONFIG_LOG_CATEGORY_COMMUNICATION
 Log messages pertaining to data serialization and deserialization and network traffic are in this category. More...
 
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. More...
 
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. More...
 
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. More...
 
static final LogCategory NDDS_CONFIG_LOG_CATEGORY_ALL
 Log messages pertaining to all category of RTI Connext. 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...
 
- Protected Member Functions inherited from Enum
 Enum (String name, int ordinal)
 The constructor. More...
 
final Object clone () throws CloneNotSupportedException
 

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

◆ NDDS_CONFIG_LOG_CATEGORY_PLATFORM

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.

◆ NDDS_CONFIG_LOG_CATEGORY_COMMUNICATION

final LogCategory NDDS_CONFIG_LOG_CATEGORY_COMMUNICATION
static

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

◆ NDDS_CONFIG_LOG_CATEGORY_DATABASE

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.

◆ NDDS_CONFIG_LOG_CATEGORY_ENTITIES

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.

◆ NDDS_CONFIG_LOG_CATEGORY_API

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.

◆ NDDS_CONFIG_LOG_CATEGORY_ALL

final LogCategory NDDS_CONFIG_LOG_CATEGORY_ALL
static

Log messages pertaining to all category of RTI Connext.