C-DEngine 5.105

Logger..::..File Property

Gets or sets the current path to the log file.

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

Syntax


public string File { get; set; }
Public Property File As String
	Get
	Set
public:
property String^ File {
	String^ get ();
	void set (String^ value);
}

Field Value

A String that represents the current path to the log file if any.