forwardAddPriceLevelEventHandler Delegate   Table of ContentAggressorSide Enumerationforward
AdvancedLogOptions Enumeration
Additional options to control log information.

Namespace:  OnixS.NET.ICE.iMpact
Assembly:  OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64.dll) Version: 4.16.0.0
Syntax
C#
[FlagsAttribute]
public enum AdvancedLogOptions
Members
  Member nameValueDescription
LogNothing0 Nothing except standard information must be logged.
TraceToFile1 Trace to the log file.
TraceToConsole2 Trace to the console. Trace and Debug messages are not duplicated to console.
Async4 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.
LocalTime64 Use local time instead of UTC.
RotateOnRestart128
Default1 Default (TraceToFile) value.
See Also