Thanks for the suggestion. I did add the feature request prior to this email: https://issues.apache.org/bugzilla/show_bug.cgi?id=51122
I would still like to make the change if you think it's worthwhile and others may benefit. Since you are the Log4j expert, do you think adding the option is a better approach? Thanks, Joanne > Subject: Re: Contributing > From: [email protected] > Date: Thu, 28 Apr 2011 12:38:51 -0500 > To: [email protected] > > It would be a good time to get it in as a release is long overdue and a small > low risk patch could go in pretty easily. > > Alternatively, you could write a custom ThrowableRenderer and configure log4j > to use it. Your throwable renderer could delegate to > EnhancedThrowableRenderer and then just concatenate all the strings returned > from it into the return value for your throwable renderer. Look at > tests/input/xml/throwableRenderer1.xml for an example of configuring an > user-supplied throwable renderer which is used in > tests/src/java/org/apache/log4j/xml/DOMTestCase.java. > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
