1
0

Add note re isXXXAvailable methods in LogFactoryImpl.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@190902 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2005-06-16 12:11:50 +00:00
parent d3c6139f66
commit 5af28f1cff

View File

@@ -68,6 +68,13 @@ commons-logging, for example to implement custom logging adapters.
when undeploying webapps. This does require an entry in the webapp
deployment descriptor to enable.
== Incompatibilities ==
The isXXXAvailable methods in org.apache.commons.logging.impl.LogFactoryImpl
are no longer called during discovery by that class. Therefore classes which
subclass LogFactoryImpl and override those methods will not have their
methods called. This is a pretty unusual thing to do, so it isn't expected that
any apps will actually be affected by this.
== Bugs Fixed ==