#include <OnixS/Eurex/Trading/LogSettings.h>
Definition at line 50 of file LogSettings.h.
Enumerator |
---|
NoTrace |
Disable all tracing.
|
TraceToFile |
Trace to the log file.
|
TraceToConsole |
Trace to the console. \note Messages with LogLevel::Trace and LogLevel::Debug are not duplicated to console. |
Async |
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 |
Default log settings.
|
Definition at line 52 of file LogSettings.h.
The documentation for this struct was generated from the following file: