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