nreco / logging

Generic file logger for .NET Core (FileLoggerProvider) with minimal dependencies
MIT License
296 stars 60 forks source link

logger every day #6

Closed Sin333 closed 4 years ago

Sin333 commented 5 years ago

How to use your library to creating new *.log files every day

VitaliyMF commented 5 years ago

At this moment you cannot specify a template for the log file name (that relies on the current date).

This capability can be added in the following way: