If true then class-names will be shown in log.

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

Syntax

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

See Also