]
James Perkins updated LOGTOOL-98:
---------------------------------
Fix Version/s: 2.1.0.Alpha1
Add ability to register suppressed exceptions
---------------------------------------------
Key: LOGTOOL-98
URL:
https://issues.jboss.org/browse/LOGTOOL-98
Project: Log Tool
Issue Type: Feature Request
Reporter: David Lloyd
Assignee: James Perkins
Priority: Minor
Fix For: 2.1.0.Alpha1
I would like to be able to assign a {{@Suppressed}} annotation to a log method parameter
to add a suppressed exception to an exception being constructed. It should be possible to
add any quantity of parameters with this annotation.
Current workaround is to construct the exception into a variable, add the suppressed
exception manually, and then throw the exception.