]
James Perkins updated LOGTOOL-129:
----------------------------------
Fix Version/s: (was: 2.1.0.Beta2)
Add a method to implementation classes that copies configures the
stack trace elements
--------------------------------------------------------------------------------------
Key: LOGTOOL-129
URL:
https://issues.jboss.org/browse/LOGTOOL-129
Project: Log Tool
Issue Type: Enhancement
Reporter: James Perkins
Assignee: James Perkins
Currently each exception that gets created gets the current stack traces, removes the
first element, then sets the stack trace on the resulting exception. A method should be
added to the class that handle the copying. This helps reduces the metaspace size of the
objects.