https://issues.apache.org/bugzilla/show_bug.cgi?id=45721





--- Comment #9 from Curt Arnold <[EMAIL PROTECTED]>  2008-09-03 21:54:41 PST ---
The EnhancedPatternLayout in the extras (backported from log4j 1.3's
PatternLayout) already has some support for configuration of stack traces by
using the %throwable pattern specifier.  You can already use %throwable{full}
and %throwable{short} to specify the JDK generated stack trace or just the
throwable's message, respectively.  Adding support for {enhanced} and {none}
(to suppress stack trace) would be fairly straight forward and could use JDK
1.4's getStackTrace().

Not sure how difficult that approach would be to add to log4j 1.2's
PatternLayout since its parser wasn't designed for longer pattern specifiers.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to