Class and Description |
---|
org.apache.commons.logging.impl.Log4JCategoryLog
Use
Log4JLogger instead. |
org.apache.commons.logging.impl.Log4jFactory
Per discussion on COMMONS-DEV, the behind-the-scenes use
of this class as a proxy factory has been removed. For 1.0, you
can still request it directly if you wish, but it doesn't really
do anything useful, and will be removed in 1.1.
|
org.apache.commons.logging.LogSource
Use
LogFactory instead - The default factory
implementation performs exactly the same algorithm as this class did |
Method and Description |
---|
org.apache.commons.logging.impl.LogFactoryImpl.getLogClassName()
Never invoked by this class; subclasses should not assume
it will be.
|
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor()
Never invoked by this class; subclasses should not assume
it will be.
|
org.apache.commons.logging.impl.LogFactoryImpl.isJdk13LumberjackAvailable()
Never invoked by this class; subclasses should not assume
it will be.
|
org.apache.commons.logging.impl.LogFactoryImpl.isJdk14Available()
Never invoked by this class; subclasses should not assume
it will be.
|
org.apache.commons.logging.impl.LogFactoryImpl.isLog4JAvailable()
Never invoked by this class; subclasses should not assume
it will be.
|
Copyright 2001-2005 The Apache Software Foundation.