Click or drag to resize

LoggerTrace Method

Outputs message as a log with Trace.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public void Trace(
	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 Trace, this method doesn't output message as a log.
See Also