e.g. http://www.slf4j.org/apidocs/org/slf4j/Logger.html#debug(java.lang.String, java.lang.Throwable) Would it be possible to add support for passing a caught Exception into the log method, for the stacktrace to be logged through slf4j's mechanism?
e.g. http://www.slf4j.org/apidocs/org/slf4j/Logger.html#debug(java.lang.String, java.lang.Throwable)
Would it be possible to add support for passing a caught Exception into the log method, for the stacktrace to be logged through slf4j's mechanism?