edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Determines whether or not logs will be written to the console.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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);
}

Remarks

This method wraps LogToConsole so setting either is equivalent to setting the other.

See Also