Logger Class
Provides a set of methods and properties for logging.
Namespace:
WebSocketSharpAssembly: C-DEngine (in C-DEngine.dll)
Remarks
If you output a log with lower than the value of the Level property, it cannot be outputted.
The default output action writes a log to the standard output stream and the log file if the File property has a valid path to it.
If you would like to use the custom output action, you should set the Output property to any Action<LogData, string> delegate.