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]
