I've seen following comment on a main page:
http://logback.qos.ch/news.html
"Logback now supports suppressed exceptions introduced in Java 7. This fixes LBCLASSIC-276."
Unfortunately I cannot confirm it. I am using 1.0.6 and when I do:
log.error(e);
e.printStackTrace();
the first one prints w/o suppressed exceptions
Also, using standard pattern and console appender
http://logback.qos.ch/news.html
"Logback now supports suppressed exceptions introduced in Java 7. This fixes LBCLASSIC-276."
Unfortunately I cannot confirm it. I am using 1.0.6 and when I do:
log.error(e);
e.printStackTrace();
the first one prints w/o suppressed exceptions
Also, using standard pattern and console appender