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

Additional options to control log information. More...

Public Types

enum  Enum { LogNothing = 0x0, LogFixMessages = 0x1, LogEverything = LogFixMessages }
 

Static Public Member Functions

static std::string toString (AdvancedLogOptionSet options)
 Returns string representation of an option.
 

Detailed Description

Additional options to control log information.

Member Enumeration Documentation

enum Enum
Enumerator
LogNothing 

Nothing except standard information must be logged.

LogFixMessages 

Log FIX messages in addition to the packets received from the network.

LogEverything 

Logs all aditional data/events.