#include <OnixS/CME/MDH/Logger.h>
Public Types | |
enum | Enum { Important = 10, Regular = 50, Debug = 100 } |
typedef UInt32 | Base |
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. |