RTI Connext Modern C++ API  Version 6.0.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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

The underlying enum type.

Enumerator:
DEFAULT 

Print message, method name, and activity context (default).

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 field that may be useful for internal debug.

MINIMAL 

Print only message number and method name.

MAXIMAL 

Print all available fields.


RTI Connext Modern C++ API Version 6.0.1 Copyright © Sat Nov 23 2019 Real-Time Innovations, Inc