Click or drag to resize

LogLevel Enumeration

Specifies the logging level.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public enum LogLevel
Members
  Member nameValueDescription
Trace0 Specifies the bottom logging level.
Debug1 Specifies the 2nd logging level from the bottom.
Info2 Specifies the 3rd logging level from the bottom.
Warn3 Specifies the 3rd logging level from the top.
Error4 Specifies the 2nd logging level from the top.
Fatal5 Specifies the top logging level.
See Also