OnixS C++ Tullett Prebon SURF Handler  1.6.1
API documentation
LogSettings Struct Reference

#include <OnixS/SURF/MarketData/LogSettings.h>

Public Types

enum  Enum {
  TraceToFile = 0x01, TraceToConsole = 0x02, Async = 0x04, DumpProtocolText = 0x80,
  Default = TraceToFile | TraceToConsole
}
 

Detailed Description

Definition at line 47 of file LogSettings.h.

Member Enumeration Documentation

enum Enum
Enumerator
TraceToFile 

Trace to the log file.

TraceToConsole 

Duplicate log messages to console.

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

Enable asynchronous logging.

    \note Instead of direct output to a file or a console,
    the Handler will put log message into interthread queue,
    that will be processed by auxiliary thread.  
DumpProtocolText 

Dump protocol data.

Default 

Default log settings.

Definition at line 49 of file LogSettings.h.


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