Appends messages to a file. Rolls files over when a size limit has been reached. Once the max file size has
been reached it is rolled over to a file called <logName>.log.n where n is a number.
Example. RollingFileAppender is current writing to myLog.log, the log reaches is max size to it is renamed to myLog.log.1 and a new myLog.log is created.
MIT https://github.com/C2FO/comb/raw/master/LICENSE
git clone git://github.com/C2FO/comb.git