OnixS C++ CME MDP Streamlined Market Data Handler  1.2.0
API Documentation
LogSeverity Struct Reference

#include <OnixS/CME/Streamlined/Logger.h>

Public Types

enum  Enum { Important = 10, Regular = 50, Debug = 100 }
 
typedef UInt32 Base
 

Detailed Description

Definition at line 29 of file Logger.h.

Member Typedef Documentation

typedef UInt32 Base

Enumeration base.

Definition at line 32 of file Logger.h.

Member Enumeration Documentation

enum Enum

Log alternates.

Enumerator
Important 

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 

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 

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.


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