OnixS C++ CME MDP Conflated UDP Handler 1.1.2
API documentation
Loading...
Searching...
No Matches
LogSeverity Struct Reference

Public Types

enum  Enum
typedef UInt32 Base

Detailed Description

Definition at line 29 of file Logger.h.

Member Typedef Documentation

◆ Base

typedef UInt32 Base

Enumeration base.

Definition at line 32 of file Logger.h.

Member Enumeration Documentation

◆ Enum

enum Enum

Log alternates.

Enumerator
Important 10 

Only important information like warnings and errors will be logged.

Mode is not suitable for further log replays, because no market data is stored.

Regular 50 

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.

Most suitable mode to produce logs for further replay.

Debug 100 

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 35 of file Logger.h.