BedeGaming / sinks-rollingfile

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

Csv format #46

Open Anamika1911 opened 7 years ago

Anamika1911 commented 7 years ago

We are trying to write log files in csv format. We tried various combinations so that we can support filename in format servicename-date-01.csv, servicename-date-02.csv. It should roll based on size and file extension '.csv' should remain intact. But, we are not able to do so. Is there a solution to that?