OnixS CME Drop Copy Handler for C++  5.3.0.0
Public Types | Static Public Member Functions | List of all members
LogModes Struct Reference

Defines log alternates. More...

Public Types

enum  Enum { Disabled, Important, Regular, Debug }
 Log alternates. More...
 

Static Public Member Functions

static std::string toString (Enum mode)
 Returns string presentation of given mode.
 

Detailed Description

Defines log alternates.

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.