OnixS Eurex ETI Handler C++ library 9.25.0
API documentation
Loading...
Searching...
No Matches
LogSettings Struct Reference

Public Types

enum  Enum

Detailed Description

Definition at line 50 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 auxiliary thread.
Default TraceToFile | TraceToConsole 

Default log settings.

Definition at line 52 of file LogSettings.h.