Logger..::..Output Property
Gets or sets the current output action used to output a log.
Namespace:
WebSocketSharpAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Field Value
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 nullNothingnullptra null reference (Nothing in Visual Basic), the current output action is changed to the default output action.