I am having difficulty logging a RuntimeException from a thread. My system: Java 7 (b118), Spring 3.0.5. Threads are not created manually, but through the Spring @Async annotation, which creates its own performer behind the scenes, so I have no way to override any stream methods, FutureTask or something low. So my question is, does Spring or any recommendations for handling (registering) these types of exceptions? Any suggestions are welcome. Thank you
Eugen source share