Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.1
-
None
Description
The code in LogFactory/LogFactoryImpl catches and ignores Throwable in several places.
This is a bad idea, as some Throwables (e.g. ThreadDeath) should never be ignored.