C-DEngine 5.105

LogLevel Enumeration

Specifies the logging level.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public enum LogLevel
Public Enumeration LogLevel
public enum class LogLevel

Members


Member nameDescription
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.