RTI Connext Modern C++ API  Version 6.1.0

Configure how much debugging information is reported during runtime and where it is logged. More...

Modules

 Activity Context
 Add contextual information to log messages.
 

Classes

struct  rti::config::LogLevel_def
 The definition of the dds::core::safe_enum LogLevel;. More...
 
struct  rti::config::Verbosity_def
 The definition of the dds::core::safe_enum Verbosity. More...
 
struct  rti::config::LogCategory_def
 The definition of the dds::core::safe_enum LogCategory. More...
 
struct  rti::config::PrintFormat_def
 The definition of the dds::core::safe_enum PrintFormat. More...
 
class  rti::config::Logger
 The singleton type used to configure RTI Connext logging. More...
 
class  rti::config::ScopedLoggerVerbosity
 Changes the logger verbosity temporarily during the scope of a variable. More...
 

Typedefs

typedef dds::core::safe_enum< LogLevel_defrti::config::LogLevel
 The log level at which RTI Connext diagnostic information is logged. More...
 
typedef dds::core::safe_enum< Verbosity_defrti::config::Verbosity
 The verbosities at which RTI Connext diagnostic information is logged. More...
 
typedef dds::core::safe_enum< LogCategory_defrti::config::LogCategory
 Categories of logged messages. More...
 
typedef dds::core::safe_enum< PrintFormat_defrti::config::PrintFormat
 The format used to output RTI Connext diagnostic information. More...
 

Detailed Description

Configure how much debugging information is reported during runtime and where it is logged.

Typedef Documentation

◆ LogLevel

The log level at which RTI Connext diagnostic information is logged.

See also
LogLevel_def

◆ Verbosity

The verbosities at which RTI Connext diagnostic information is logged.

See also
Verbosity_def

◆ LogCategory

Categories of logged messages.

See also
LogCategory_def

◆ PrintFormat

The format used to output RTI Connext diagnostic information.

See also
PrintFormat_def