| 程序包 | 说明 |
|---|---|
| com.xiaoleilu.hutool.log | |
| com.xiaoleilu.hutool.log.dialect |
| 限定符和类型 | 方法和说明 |
|---|---|
static Class<? extends AbstractLog> |
LogFactory.detectLog()
决定日志实现
|
static Class<? extends AbstractLog> |
LogFactory.getCurrentLogClass() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ApacheCommonsLog
Apache Log4J log.
|
class |
JdkLog
java.util.logging log.
|
class |
Log4j2Log
Apache Log4J 2 log.
|
class |
Log4jLog
Apache Log4J log.
|
class |
Slf4jLog
SLF4J log.
|
Copyright © 2015. All rights reserved.