Re: RollingFileAppender and DailyFileAppender combo usage

2005-11-21 Thread shy guy
you can try CompositeRollingAppender http://devdaily.com/java/jwarehouse/jakarta-log4j-1.2.8/contribs/KevinSteppe/CompositeRollingAppender.shtml

RE: RollingFileAppender and DailyFileAppender combo usage

2005-11-17 Thread Philip Denno
Configuration of the existing classes would probably not be possible, however subclassing RollingFileAppender to create your own appender should work. If you reimplement the rollOver method, then when the file reaches 10 MB your class will be called and you could perform the renaming/compression/co