Hi All:

I was just surprised (in a bad) way that calling:

logger.trace(Throwable) compiles to the Object version of the API since we
do not have a Throwable API.

This means I am forced to do:

logger.trace("Cause:", throwable);

in order to see the stack trace.

Thoughts on adding trace(Throwable)? (As well as the other levels)

Gary

-- 
E-Mail: [email protected] | [email protected]
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to