AdvancedLogOptions Enumeration |
Additional options to control log information.
Namespace:
OnixS.NET.ICE.iMpact
Assembly:
OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64.dll) Version: 4.17.0.0
Syntax [FlagsAttribute]
public enum AdvancedLogOptions
Members
| Member name | Value | Description |
---|
| LogNothing | 0 |
Nothing except standard information must be logged.
|
| TraceToFile | 1 |
Trace to the log file.
|
| TraceToConsole | 2 |
Trace to the console.
Trace and Debug messages are not duplicated to console.
|
| Async | 4 |
Enable asynchronous logging. Instead of direct output to a file
or console, the Handler put log message into interthread queue,
that will be processed by auxiliary thread.
|
| LocalTime | 64 |
Use local time instead of UTC.
|
| RotateOnRestart | 128 | |
| Default | 1 |
Default (TraceToFile) value.
|
See Also