LogLevel Enumeration |
Namespace: Sfs2X.WebSocketSharp
public enum LogLevel
Member name | Value | Description | |
---|---|---|---|
Trace | 0 | Specifies the bottom logging level. | |
Debug | 1 | Specifies the 2nd logging level from the bottom. | |
Info | 2 | Specifies the 3rd logging level from the bottom. | |
Warn | 3 | Specifies the 3rd logging level from the top. | |
Error | 4 | Specifies the 2nd logging level from the top. | |
Fatal | 5 | Specifies the top logging level. |