C-DEngine 5.105

Logger Class

Provides a set of methods and properties for logging.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public class Logger
Public Class Logger
public ref class Logger

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.

Inheritance Hierarchy


Object
  WebSocketSharp..::..Logger