BedeGaming / sinks-rollingfile

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

How to set current log file name format #51

Open mahmah2 opened 5 years ago

mahmah2 commented 5 years ago

We want to have a fixed file name for the current active log file (e.g. "ActiveLog.txt").
So its name is different from the rolled over files prefix name.

Is that possible to achieve that through the configuration?

Or even through the code.