BedeGaming / sinks-rollingfile

A serilog sink for rolling files based on size and time
Apache License 2.0
15 stars 20 forks source link

Problem with #33 - can't specify a log prefix *and* an ITextFormatter #39

Open cocowalla opened 7 years ago

cocowalla commented 7 years ago

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.

markusschaber commented 1 year ago

Will pull requests be accepted for this issue?