| 程序包 | 说明 |
|---|---|
| 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 LogFactory |
LogFactory.nullClassLoaderFactory |
| 限定符和类型 | 方法和说明 |
|---|---|
static LogFactory |
LogFactory.getFactory() |
protected static LogFactory |
LogFactory.newFactory(java.lang.String factoryClass,
java.lang.ClassLoader classLoader) |
protected static LogFactory |
LogFactory.newFactory(java.lang.String factoryClass,
java.lang.ClassLoader classLoader,
java.lang.ClassLoader contextClassLoader) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LogFactoryImpl
Concrete subclass of
LogFactory that implements the
following algorithm to dynamically select a logging implementation
class to instantiate a wrapper for. |
Copyright © 2018. All Rights Reserved.