Click or drag to resize

WebSocketLog Property

Gets the logging function.

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

Property Value

Type: Logger
A Logger that provides the logging function.
Remarks
The default logging level is Error.
See Also