Table of Contents

Struct FtpLogEntry

Namespace
FluentFTP
Assembly
FluentFTP.dll

Metadata of a single log message.

public readonly struct FtpLogEntry
Inherited Members
Extension Methods

Constructors

FtpLogEntry(FtpTraceLevel, string, Exception)

public FtpLogEntry(FtpTraceLevel severity, string msg, Exception ex = null)

Parameters

severity FtpTraceLevel
msg string
ex Exception

Properties

Exception

public Exception Exception { get; }

Property Value

Exception

Message

public string Message { get; }

Property Value

string

Severity

public FtpTraceLevel Severity { get; }

Property Value

FtpTraceLevel