C-DEngine 5.105

HttpListener..::..Log Property

Gets the logging functions.

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

Syntax


public Logger Log { get; }
Public ReadOnly Property Log As Logger
	Get
public:
property Logger^ Log {
	Logger^ get ();
}

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 the Log.Level property to any of the LogLevel enum values.