RTI Connext Modern C++ API Version 7.5.0
|
The definition of the dds::core::safe_enum PrintFormat. More...
#include <rti/config/Logger.hpp>
Public Types | |
enum | type { } |
The underlying enum type. More... | |
The definition of the dds::core::safe_enum PrintFormat.
The underlying enum
type.
Enumerator | |
---|---|
DEFAULT | (default) Print message, method name, log level, Activity Context (what was happening when the event occurred), and logging category. |
TIMESTAMPED | Print message, method name, log level, Activity Context, logging category, and timestamp. |
VERBOSE | Print message with all available context information (includes thread identifier, message location). |
VERBOSE_TIMESTAMPED | Print message with all available context information, and timestamp. |
DEBUG | Print a set of fields (including message number and backtrace information) that may be useful for internal debugging. |
MINIMAL | Print only message number and message location. |
MAXIMAL | Print all available fields. |