LoggerOutput Property |
Namespace: Sfs2X.WebSocketSharp
public Action<LogData, string> Output { get; set; }
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.