3 packages tagged with “rollingfile”
Alternative of Serilog Build-in Rolling File. Extended to limit to log file size, seperate files for log level, and log file retention.
Using log4net with RollingFileAppender
This is a rolling file sink that is an extension to Serilog.Sinks.RollingFileAlternate that allows you to easily configure async, log file prefix, and formatters. Including the ability to specify renderMessage to the JsonFormatter. Note that this project does not replace RollingFileAlternate, rather it is an addtional extension that uses Serilog.Sinks.RollingFileAlternate, and Serilog.Sinks.Async, the new Serilog.Formatting.CompactJson projects to make configuring enterprise suitable logs.",