Click or drag to resize

LoggerError Method

Outputs message as a log with Error.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public void Error(
	string message
)

Parameters

message
Type: SystemString
A String that represents the message to output as a log.
Remarks
If the current logging level is higher than Error, this method doesn't output message as a log.
See Also