edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Determines the level of logs written.

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

Syntax

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

Remarks

Note that no logs will be written unless LogToConsole is true or LogFile is set.

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

See Also