Table of Contents

Enum FtpTraceLevel

Namespace
FluentFTP
Assembly
FluentFTP.dll

Defines the level of the tracing message. Depending on the framework version this is translated to an equivalent logging level in System.Diagnostices (if available)

public enum FtpTraceLevel
Extension Methods

Fields

Error = 3

Used for logging Error messages that may need investigation

Info = 1

Used for logging Informational messages

Verbose = 0

Used for logging Debug or Verbose level messages

Warn = 2

Used for logging non-fatal or ignorable error messages