]
James Perkins reassigned LOGMGR-118:
------------------------------------
Assignee: James Perkins
Support suppressed exceptions in log formatting
-----------------------------------------------
Key: LOGMGR-118
URL:
https://issues.jboss.org/browse/LOGMGR-118
Project: JBoss Log Manager
Issue Type: Feature Request
Components: core
Reporter: David Lloyd
Assignee: James Perkins
In JDK 7 and on, a Throwable bundles a list of suppressed exceptions. We should be
logging these as part of our exception formatting... however we have to do so
thoughtfully, because every caused-by and suppressed exception may in turn have more
suppressed exceptions and caused-by.