RTI Connext Modern C++ API  Version 6.1.0
rti::config::LogCategory_def Struct Reference

The definition of the dds::core::safe_enum LogCategory. More...

#include <rti/config/Logger.hpp>

Public Types

enum  type {
  PLATFORM,
  COMMUNICATION,
  DATABASE,
  ENTITIES,
  API,
  ALL_CATEGORIES
}
 The underlying enum type. More...
 

Detailed Description

The definition of the dds::core::safe_enum LogCategory.

Member Enumeration Documentation

◆ type

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.