How do you get log4j to roll files based on date and size? -


Then log4j comes with two existing log rollers: RollingFileAppender, and DailyRollingFileAppender. Has anyone heard of an epander that first does it for both?

I need an appendor that will roll the log files based on filesyes, but add the current date to it.

I was thinking about making my own appenders, but if it has already been made, why not spare time and use it?

It seems that you want a mixture of more.

The good news you must code by yourself is that you can "merge" the functionality of those classes, no "low level" new code is necessary.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -