INTENT:
a) I want my logs to be rolled by date in following file format yyyy-MM-dd.txt.
b) Additionally to this I want to remove old files which are out of
I spent some time looking into this a few months ago. v1.2.10 doesn't support deleting older log files based on rolling by date. It is on the task list for the next release. I took the source code and added the functionality myself, and posted it for others if they are interested. The issue and the patch can be found at https://issues.apache.org/jira/browse/LOG4NET-27 .