C-DEngine 5.105

WebSocket..::..Log Property

Gets the logging functions.

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

Syntax


public Logger Log { get; set; }
Public Property Log As Logger
	Get
	Set
public:
property Logger^ Log {
	Logger^ get ();
	void set (Logger^ value);
}

Field Value

A Logger that provides the logging functions.

Remarks


The default logging level is Error. If you would like to change it, you should set this Log.Level property to any of the LogLevel enum values.