1
0

Added note into javadocs about the fact that getFactory is not gauranteed to return the same instance per classloader environment. Issue #38026.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@370278 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2006-01-18 21:57:10 +00:00
parent 19a76b429b
commit 73f2a07e70

View File

@@ -362,6 +362,11 @@ public abstract class LogFactory {
* properties defined in this file will be set as configuration attributes
* on the corresponding <code>LogFactory</code> instance.</p>
*
* <p><em>NOTE</em> - In a multithreaded environment it is possible
* that two different instances will be returned for the same
* classloader environment.
* </p>
*
* @exception LogConfigurationException if the implementation class is not
* available or cannot be instantiated.
*/