If this property is true then logs will be written to the console.

Namespace: EnterpriseDT.Util.Debug
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public static bool LogToConsole { get; set; }
Visual Basic
Public Shared Property LogToConsole As Boolean
	Get
	Set
Visual C++
public:
static property bool LogToConsole {
	bool get ();
	void set (bool value);
}

See Also