Options used to configure FileLogWriter.
public sealed class FileLogWriterOptions
kind:method, kind:property, kind:ctor. Press Esc to clear.FileLogWriterOptions(String)Initializes a new instance of FileLogWriterOptions.FileLogWriterOptions(FileLogWriterOptions)Initializes a new instance of FileLogWriterOptions by copying another instance.ArchiveFileNameFormatterGets or sets an optional callback used to build archive file names when rolling.ArchiveTimestampModeGets or sets which clock is used when generating archive file timestamps.AutoFlushGets or sets whether the stream is flushed after each write.EncodingGets or sets the encoding used to write log text.FailureHandlerGets or sets an optional callback invoked when a write operation fails.FailureModeGets or sets how write/roll I/O failures are handled.FileBufferSizeGets or sets the file-stream buffer size.FileOptionsGets or sets additional file options for the underlying stream.FilePathGets the destination file path.FileShareGets or sets the file-sharing mode for the underlying stream.FileSizeLimitBytesGets or sets the maximum active file size in bytes before size-based rolling.FlushToDiskGets or sets whether flush operations force writes to durable storage.FormatterGets or sets the formatter used to render messages.NewLineGets or sets the newline appended after each message.RetainedFileCountLimitGets or sets the maximum number of archived files to keep.RetryCountGets or sets the number of retries used when FailureMode is Retry.RetryDelayGets or sets the delay between retries.RollingIntervalGets or sets the time-based rolling interval.RollOnStartupGets or sets whether to roll existing content on startup.UseSegmentsGets or sets whether formatter segment metadata should be requested.