| 程序包 | 说明 |
|---|---|
| org.apache.commons.logging |
Spring's variant of the
Commons Logging API:
with special support for Log4J 2, SLF4J and
java.util.logging. |
| 限定符和类型 | 方法和说明 |
|---|---|
static LogFactory |
LogFactory.getFactory()
已过时。
in favor of
getLog(Class)/getLog(String) |