forwardLoginResult Enumeration   Table of ContentLogReplayFinishedEventArgs Classforward
LogLevel Enumeration
Defines log verbosity.

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#
public enum LogLevel
Members
  Member nameValueDescription
Fatal0 Fatal error, cannot continue.
Error1 System error, but we can go on.
Warning2 User or logic error, just say about it.
Info3 Information messages.
Trace4 Used for tracing.
Debug5 Used for debugging.
See Also