33 introduced support for specifying a log file prefix (very useful!).
There's a bit of a problem though with Serilog.Sinks.RollingFileAlternate.LoggerConfigurationExtensions - you can't set a log prefix and specify an ITextFormatter at the same time.
33 introduced support for specifying a log file prefix (very useful!).
There's a bit of a problem though with
Serilog.Sinks.RollingFileAlternate.LoggerConfigurationExtensions
- you can't set a log prefix and specify anITextFormatter
at the same time.