fern
fern copied to clipboard
(Question) How would I chain a time based log?
I want it to log into logs/mm-dd-yyyy.log, but if the program is online for more than a day this will become outdated, how would I make it automatically switch to the next day's file?
This isn't currently possible with fern, but it's definitely something I'd like to support.
Would require making a logger which writes to a file, but checks the current time on write and rotates if it's out of date.
Would #40 have fixed this?