OnixS CME Drop Copy Handler C++ library  5.6.0
API documentation
LogModes Struct Reference

#include <OnixS/CME/DropCopy/HandlerSettings.h>

Public Types

enum  Enum { Disabled, Important, Regular, Debug }
 

Static Public Member Functions

static std::string toString (Enum mode)
 

Detailed Description

Definition at line 29 of file HandlerSettings.h.

Member Enumeration Documentation

enum Enum

Log alternates.

Enumerator
Disabled 

No data will be logged.

Important 

Only important information like warnings and errors will be logged.

Regular 

Handler will log miscellaneous aspects related with its execution like changes in state, network data obtained, etc. All critical important information like warnings and errors will be logged as well.

Debug 

In addition to the data logged in 'Regular' mode, Handler will output additional information like step-by-step changes into books, step-by-step processing of received network packets.

Definition at line 32 of file HandlerSettings.h.

Member Function Documentation

static std::string toString ( Enum  mode)
static

Returns string presentation of given mode.


The documentation for this struct was generated from the following file: