DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33914>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33914 Summary: Emulation of log4j's 1.2 DailyRollingFileAppender and RollingFileAppender Product: Log4j Version: 1.3alpha Platform: Macintosh OS/Version: Mac OS X 10.0 Status: NEW Severity: enhancement Priority: P2 Component: Appender AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The log4j 1.3 development added a substantially more sophisticated rolling file appender framework. However, the removal of the previous org.apache.log4j.DRFA and org.apache.log4j.RFA had been a major compatibility issue between 1.2 and 1.3. The enhancement adds emulations of the previous DRFA and RFA that delegate to the new o.a.l.rolling package. This should allow most code that used the existing implementations to work unchanged with log4j 1.3. Code that attempted to influence the behavior (typically to work around issues) by overloading rollover or other methods will no compile with the emulations since these are final classes that do not derive from AppenderSkeleton. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
