Tagged Questions

26
votes
3answers
6k views

Log4Net: Rolling File appender, define extension

I want my logfile to look something like this: 2009-02-13.log but the problem is that I can't seem to find any way to add the .log extension. I've tried a lot of things but nothing helps. This is ...