<PackageReference Include="Serilog.Sinks.File" Version="6.0.0-dev-00979" />

Serilog.Sinks.File.RollingFileSink

sealed class RollingFileSink : ILogEventSink, IFlushableFileSink, IDisposable
public RollingFileSink(string path, ITextFormatter textFormatter, long? fileSizeLimitBytes, int? retainedFileCountLimit, Encoding encoding, bool buffered, bool shared, RollingInterval rollingInterval, bool rollOnFileSizeLimit, FileLifecycleHooks hooks, TimeSpan? retainedFileTimeLimit)

public void Dispose()

public void Emit(LogEvent logEvent)

public void FlushToDisk()