Hi,

On Thu, Jun 13, 2013 at 11:23 AM,  <mdue...@apache.org> wrote:
> +    private final String initStacktrace;

A better approach might be to keep an Exception instance for this
purpose. Logging tools are typically better prepared to handle and
format a stack trace from an exception instance instead of a long
multi-line string as the log message.

BR,

Jukka Zitting

Reply via email to