If this property is true then logs will be written using Trace.

Namespace: EnterpriseDT.Util.Debug
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

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

See Also