| 程序包 | 说明 |
|---|---|
| org.apache.commons.logging |
Simple wrapper API around multiple logging APIs.
|
| org.apache.commons.logging.impl |
Concrete implementations of commons-logging wrapper APIs.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected static java.lang.ClassLoader |
LogFactory.directGetContextClassLoader() |
protected static java.lang.ClassLoader |
LogFactory.getContextClassLoader() |
static LogFactory |
LogFactory.getFactory() |
abstract Log |
LogFactory.getInstance(java.lang.Class clazz) |
abstract Log |
LogFactory.getInstance(java.lang.String name) |
static Log |
LogFactory.getLog(java.lang.Class clazz) |
static Log |
LogFactory.getLog(java.lang.String name) |
protected static LogFactory |
LogFactory.newFactory(java.lang.String factoryClass,
java.lang.ClassLoader classLoader,
java.lang.ClassLoader contextClassLoader) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static java.lang.ClassLoader |
LogFactoryImpl.getContextClassLoader()
Gets the context classloader.
|
Log |
LogFactoryImpl.getInstance(java.lang.Class clazz)
Convenience method to derive a name from the specified class and
call
getInstance(String) with it. |
Log |
LogFactoryImpl.getInstance(java.lang.String name)
Construct (if necessary) and return a
Log instance,
using the factory's current set of configuration attributes. |
protected java.lang.reflect.Constructor |
LogFactoryImpl.getLogConstructor()
已过时。
Never invoked by this class; subclasses should not assume
it will be.
|
protected Log |
LogFactoryImpl.newInstance(java.lang.String name)
Create and return a new
Log
instance for the specified name. |
Copyright © 2018. All Rights Reserved.