[logback-user] Java 7 automatic resource management and suppressed exceptions
Joern Huxhorn
jhuxhorn at googlemail.com
Mon Jun 13 20:51:38 CEST 2011
I just checked the pull request https://github.com/ceki/logback/pull/16 linked to http://jira.qos.ch/browse/LBCLASSIC-276 on Java 7 b145 and everything works as expected.
Cheers,
Joern.
On 10.06.2011, at 22:39, Christopher BROWN wrote:
> Hello,
>
> I just read this article:
> http://www.oracle.com/technetwork/articles/java/trywithresources-401775.html
>
> I was aware of auto-close in Java 7, but have just seen (here) an
> example of "suppressed exceptions", which appear in stacktraces. Will
> this have an impact/be supported with logback?
>
> For reference, this example:
>
> MyException: Exception in work()
> at AutoClose.work(AutoClose.java:11)
> at AutoClose.runWithoutMasking(AutoClose.java:27)
> at AutoClose.main(AutoClose.java:58)
> Suppressed: java.lang.RuntimeException: Exception in close()
> at AutoClose.close(AutoClose.java:6)
> at AutoClose.runWithoutMasking(AutoClose.java:34)
> ... 1 more
>
> Thanks,
> Christopher
> _______________________________________________
> Logback-user mailing list
> Logback-user at qos.ch
> http://qos.ch/mailman/listinfo/logback-user
More information about the Logback-user
mailing list