1
0

Avalon Logger was broken by Serialization changes 13 months ago. Fixing and made not Serializable

since it cannot be Serializable if a Logger is explicitly passed in.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139050 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Peter A Royal Jr
2004-09-27 16:21:40 +00:00
parent 77f3dd0e7c
commit 7e6c9ff377
2 changed files with 8 additions and 13 deletions

View File

@@ -16,7 +16,7 @@
-->
$Id: RELEASE-NOTES.txt,v 1.7 2004/06/01 20:39:50 rdonkin Exp $
$Id: RELEASE-NOTES.txt,v 1.8 2004/09/27 16:21:40 proyal Exp $
Commons Logging Package
Version 1.0.4
@@ -52,7 +52,7 @@ NEW FEATURES:
[AvalonLogger] Added AvalonLogger, which wraps the logger used by the
Avalon framework. As with other implementations, this
is compiled only if the appropriate dependencies are
satisfied.
satisfied. This implementation is *NOT* Serializable
[Jdk13LumberjackLogger]
Added Jdk13LumberjackLogger, which wraps the implementation
@@ -104,6 +104,8 @@ BUG FIXES:
exceptions when looking up system properties that are
not accessible.
[AvalonLogger] Fix NullPointerException when it when providing a
default logger.
DEPRECATIONS: