LogLevel Enumeration
   Specifies the logging level.
   
                
    Namespace: 
   WebSocketSharpAssembly: C-DEngine (in C-DEngine.dll)
Members
| Member name | Description | |
|---|---|---|
| Trace | Specifies the bottom logging level. | |
| Debug | Specifies the 2nd logging level from the bottom. | |
| Info | Specifies the 3rd logging level from the bottom. | |
| Warn | Specifies the 3rd logging level from the top. | |
| Error | Specifies the 2nd logging level from the top. | |
| Fatal | Specifies the top logging level. |