OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler 1.12.0
API documentation
Loading...
Searching...
No Matches
LogSettings Struct Reference

Public Types

enum  Enum

Detailed Description

Logging options.

Definition at line 52 of file LogSettings.h.

Member Enumeration Documentation

◆ Enum

enum Enum
Enumerator
NoTrace 0x00 

Disable all tracing.

TraceToFile 0x01 

Trace to the log file.

TraceToConsole 0x02 

Trace to the console.

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

Enable asynchronous logging.

Note
Instead of direct output to file or console, handler put log message into interthread queue, that will be processed by auxilary thread.
Default TraceToFile | TraceToConsole 

Default log settings.

Definition at line 54 of file LogSettings.h.