]
James Perkins reassigned LOGTOOL-129:
-------------------------------------
Assignee: James Perkins
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
Fix For: 2.1.0.Beta2
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.