OnixS EBS BrokerTec Market Data and Trading Handler for C++  2.14.1.0
Public Types | List of all members
LogSwitches Struct Reference

Logging options. More...

Public Types

enum  Enum {
  DumpProtocolText = 0x01, DumpProtocolBin = 0x02, TraceToFile = 0x04, TraceToConsole = 0x08,
  TraceToStdOut = 0x08, TraceToStdErr = 0x10, Append = 0x20, Default = TraceToStdOut | DumpProtocolText
}
 Logging options. More...
 

Detailed Description

Logging options.

Member Enumeration Documentation

enum Enum

Logging options.

Enumerator
DumpProtocolText 

Dump calls to OMex API (function names and text argument representation).

DumpProtocolBin 

Dump calls to OMex API (function names and binary argument representation).

TraceToFile 

Duplicate log messages to file.

TraceToConsole 
TraceToStdOut 

Duplicate log messages to standard output stream (stdout).

Note
Messages with LogLevel::Trace and LogLevel::Debug are not duplicated to console.
TraceToStdErr 

Duplicate log messages to the standard error stream (stderr).

Note
Messages with LogLevel::Trace and LogLevel::Debug are not duplicated to standard error stream.
Default 

Default log settings.