Description
Create tests for DailyFile and RollingFile Appender.
- LoggerAppenderDailyFile should be possible to test by setting the date pattern (with LoggerAppenderDailyFile::setDatePattern) to different things and check the outcome.
- LoggerAppenderRollingFile should be possible to test by setting the maximum filesize (with LoggerAppenderRollingFile::setMaxFileSize) to something useful and do some logging that results in rolling files.