The definition of the dds::core::safe_enum LogCategory.
More...
#include <Logger.hpp>
Detailed Description
The definition of the dds::core::safe_enum LogCategory.
Member Enumeration Documentation
The underlying enum
type.
- Enumerator:
PLATFORM |
Log messages pertaining to the underlying platform (hardware and OS) on which RTI Connext is running are in this category.
|
COMMUNICATION |
Log messages pertaining to data serialization and deserialization and network traffic are in this category.
|
DATABASE |
Log messages pertaining to the internal database in which RTI Connext objects are stored are in this category.
|
ENTITIES |
Log messages pertaining to local and remote entities and to the discovery process are in this category.
|
API |
Log messages pertaining to the API layer of RTI Connext (such as method argument validation) are in this category.
|
ALL_CATEGORIES |
Log messages pertaining to all category of RTI Connext.
|