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
Post a Comment