slf4j
slf4j copied to clipboard
SLF4J-334: Update LoggerWrapper to pass throwable to bound logger in parameterized queries
Added logic in LoggerWrapper to send the ArgArray and Throwable parsed from the original parameters to the underlying logger.
Issue described here: http://jira.qos.ch/browse/SLF4J-334
I also ran into this issue. Same i.e. trace log message with a exception as last parameter of multiple params results in different log entries, when using XLogger or Logger with i.e. log4j as logger. As William already mentions in the bug descriptions are all loggers extending LoggerWrapper affected.