loggerpro
loggerpro copied to clipboard
Appender enhancements
- Adding the option to have daily rotation for the FileAppender
- Adding a StringListAppender
Any news?
@jfudickar You might want to take a look at the PR I have created. I think it would cover off your use case but in a more generic sense e.g. just set the number of days to retain the log files to whatever you need, it defaults to one week (7 days)
Can you add an sample, or enhance an existing sample. I think this is always good. If your solution is working, fine for me. I would then reduce my to the stringlist appender
What should I do now with my enhancement? Should I resubmit the stringlist appender?
Just adapt your changes to the branch 2. Consider that @fastbike is doing some changes too.