The primary log file is simply the first file appender that has been added to the logger.

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

Syntax

C#
public static string PrimaryLogFile { get; set; }
Visual Basic
Public Shared Property PrimaryLogFile As String
	Get
	Set
Visual C++
public:
static property String^ PrimaryLogFile {
	String^ get ();
	void set (String^ value);
}

See Also