Gets the logging functions.
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public Logger Log { get; }
Property Value
Type:
Logger
A
Logger that provides the logging functions.
Remarks
The default logging level is
Error. If you would like to change it,
you should set the
Log.Level property to any of the
LogLevel enum
values.
See Also