Click or drag to resize

LoggerOutput Property

Gets or sets the current output action used to output a log.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public Action<LogData, string> Output { get; set; }

Property Value

Type: ActionLogData, String

An Action<LogData, string> delegate that references the method(s) used to output a log. A String parameter passed to this delegate is the value of the File property.

If the value to set is , the current output action is changed to the default output action.

See Also