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=38567>. 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=38567 Summary: When I extend DailyRollingFileAppender and override the subAppend method, log rotation is not happening Product: Log4j Version: 1.2 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Appender AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Hi all, I am trying to create a custom appender by extending DailyRollingFileAppender. I am also overriding the method, subAppend, to do some more formatting of my messages, before writing. But if I override this method, log rotation is not happening. The only solution, I had is to copy lot of code from DailyRollingFileAppender like the method rollOver etc. Suggest me some simple solution or do some changes to the design, so that log rotation does not happen in subAppend method. Prabhu -- 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]
