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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user