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

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

#include <rti/config/Logger.hpp>

Public Types

enum  type { ,
  DEFAULT,
  TIMESTAMPED,
  VERBOSE,
  VERBOSE_TIMESTAMPED,
  DEBUG,
  MINIMAL,
  MAXIMAL
}
 The underlying enum type. More...
 

Detailed Description

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

Member Enumeration Documentation

◆ type

The underlying enum type.

Enumerator
DEFAULT 

(default) Print message, method name, and Activity Context (what was happening when the event occurred).

TIMESTAMPED 

Print message, method name, Activity Context, and timestamp.

VERBOSE 

Print message with all available context information (includes thread identifier, Activity Context).

VERBOSE_TIMESTAMPED 

Print message with all available context information, and timestamp.

DEBUG 

Print a set of fields (including the Activity Context and backtrace information) that may be useful for internal debugging.

MINIMAL 

Print only message number and method name.

MAXIMAL 

Print all available fields (including backtrace information).