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:
@@ -361,6 +361,11 @@ public abstract class LogFactory {
|
|||||||
* <code>LogFactory</code> implementation class is utilized, all of the
|
* <code>LogFactory</code> implementation class is utilized, all of the
|
||||||
* properties defined in this file will be set as configuration attributes
|
* properties defined in this file will be set as configuration attributes
|
||||||
* on the corresponding <code>LogFactory</code> instance.</p>
|
* 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
|
* @exception LogConfigurationException if the implementation class is not
|
||||||
* available or cannot be instantiated.
|
* available or cannot be instantiated.
|
||||||
|
|||||||
Reference in New Issue
Block a user