edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPConnectionLogLevel Property

Determines the level of logs written.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public static LogLevel LogLevel { get; set; }

Property Value

Type: LogLevel
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