Is it possible to override the default logging behavior of
Exceptions/Throwables?
I've been able to get ObjectRenderers to work for the logging signatures like
the following:
logger.debug(new Exception("error message");
but those which take the throwable as an additional argument don't seem to obey
the Renderer
logger.debug("error message", new Exception("won't be rendered the way
I want");
Any help would be appreciated.
Thanks,
Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]