Click or drag to resize

LoggerFatal Method

Outputs message as a log with Fatal.

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

Parameters

message
Type: SystemString
A String that represents the message to output as a log.
See Also