Categories of logged messages.
More...
Additional Inherited Members |
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.
|
|
| 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
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.
Log messages pertaining to the internal database in which RTI Connext objects are stored are in this category.
Log messages pertaining to local and remote entities and to the discovery process are in this category.
Log messages pertaining to the API layer of RTI Connext (such as method argument validation) are in this category.