Click or drag to resize

Logger Constructor (LogLevel)

Initializes a new instance of the Logger class with the specified logging level.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public Logger(
	LogLevel level
)

Parameters

level
Type: Sfs2X.WebSocketSharpLogLevel
One of the LogLevel enum values.
See Also