Every single time I run my app, I want a new log file to be generated with the time stamp. Something like MyFile-4Nov2010-132122.log.
I’ve seen the use of the DailyRollingFileAppender however I want it to roll each and every time as opposed to just daily.
Subclass
FileAppenderorDailyRollingFileAppenderto create a new file when the appender is instantiated.