On Apr 20, 2007, at 8:40 PM, Paul Smith wrote:
So, just a subtle change required in the if block in 1.2 code.
This change was done by Ceki in 1.3 trunk via revision 310506:
http://svn.apache.org/viewvc?view=rev&revision=310506
I think we should port this change as well. Any objections?
Paul
No objections.
It is the same underlying bug that I ran into in bug 41186. But
since I did not want to touch established log4j 1.2 to fix behavior
in new async appender, I passed a bogus string literal as a class
name. However, it sure seems like doing it in LoggingEvent is a
better place. I'm make the change referencing bug 41186 and revert
my previous change.