Serilog.Sinks.File
Namespace with 5 public types
Classes
FileSink
Write log events to a disk file.
PeriodicFlushToDiskSink
A sink wrapper that periodically flushes the wrapped sink to disk.
SharedFileSink
Write log events to a disk file.
Abstract Classes
FileLifecycleHooks
Enables hooking into log file lifecycle events.
Hooks run synchronously and therefore may affect responsiveness of the application if long operations are performed.
Interfaces
IFlushableFileSink
Supported by (file-based) sinks that can be explicitly flushed.