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
FtpTraceLevelmsg
stringex
Exception
Properties
Exception
public Exception Exception { get; }
Property Value
Message
public string Message { get; }
Property Value
Severity
public FtpTraceLevel Severity { get; }