If an InvocationTargetException is thrown during the construction of a new
Log instance, unwrap it so that the message on the LogConfigurationException identifies the actual cause of the problem. PR: Bugzilla #26598 Submitted By: Brian Curnow <bcurnow AT gfs DOT com> git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
-->
|
||||
|
||||
$Id: RELEASE-NOTES.txt,v 1.4 2004/02/28 23:20:57 craigmcc Exp $
|
||||
$Id: RELEASE-NOTES.txt,v 1.5 2004/03/06 21:25:36 craigmcc Exp $
|
||||
|
||||
Commons Logging Package
|
||||
Version 1.0.4
|
||||
@@ -69,6 +69,12 @@ BUG FIXES:
|
||||
[LogFactory] Improve usability of error messages reporting
|
||||
configuration problems.
|
||||
|
||||
[LogFactoryImpl] If an InvocationTargetException is returned during the
|
||||
creation of a new Log instance, unwrap the underlying
|
||||
cause and pass it in to the LogConfigurationException
|
||||
constructor. This will make the actual cause of the
|
||||
problem easier to diagnose.
|
||||
|
||||
[JDK14Logger] Implement Serializable, remove "final" declaration for
|
||||
easy subclassing.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user