Provides contextual information for a failed file write operation.
public FileLogWriterFailureContext(string FilePath, int Attempt, Exception Exception, bool WillRetry)
The target file path.
The attempt number (1-based).
The exception raised by the failed operation.
A value indicating whether the writer will retry.