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=42108>. 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=42108 Summary: LoggingEvent accessors compatible with log4j 1.3 Product: Log4j Version: 1.2 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Chainsaw (and potentially other log4j 1.3 clients) have LoggingEvent.getTimeStamp, LoggingEvent.getProperty(Stirng), LoggingEvent.getProperties() etc and other accessors that could be supported on log4j 1.2. Chainsaw and XMLDecoder currently uses LoggingEvent mutators that would require dropping final qualifiers on many member variablesto support on log4j 1.2. Instead of doing that, I've added another LoggingEvent constructor that handles the same use pattern to both log4j 1.2 and log4j 1.3 branches. -- 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]
