In 1.3 that was replace with a more generic and powerful implementation. Check out the javadocs - especially the RollingPolicy and TriggerPolicy classes.
On Fri, 04 Mar 2005 18:27:03 -0600, NetSQL <[EMAIL PROTECTED]> wrote: > I have this appender: > log4j.appender.R=org.apache.log4j.DailyRollingFileAppender > > log4j.appender.R.layout=org.apache.log4j.PatternLayout > > log4j.appender.R.layout.ConversionPattern=%d [%t] %c - %m%n > > log4j.appender.R.File=board.log > > log4j.appender.R.MaxFileSize=100KB > > log4j.appender.R.MaxBackupIndex=20 > > And in 1.3 I get invalid properties and ... no Daily Appender. > Ihave touse rolling.RollingFileAppender. > > Q1: how should Iconfigure 1.3 to make daily file? > (the properties abocew donotwork). > > tia, > .V > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- James Stauffer http://www.geocities.com/stauffer_james/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
