Click or drag to resize

LoggerLevel Property

Gets or sets the current logging level.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public LogLevel Level { get; set; }

Property Value

Type: LogLevel
One of the LogLevel enum values, specifies the current logging level.
Remarks
A log with lower than the value of this property cannot be outputted.
See Also