slf4j icon indicating copy to clipboard operation
slf4j copied to clipboard

SLF4J-334: Update LoggerWrapper to pass throwable to bound logger in parameterized queries

Open millerw8 opened this issue 9 years ago • 1 comments

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

millerw8 avatar Sep 08 '15 22:09 millerw8

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.

amoosbr avatar Dec 03 '15 13:12 amoosbr