| 程序包 | 说明 |
|---|---|
| cn.hutool.log |
Hutool-log只是一个日志的通用门面,功能类似于Slf4j。
|
| cn.hutool.log.dialect.commons |
Apache-Commons-Logging日志库的实现封装
|
| cn.hutool.log.dialect.jdk |
JDK-Logging的实现封装
|
| cn.hutool.log.dialect.log4j |
Log4j的实现封装
|
| cn.hutool.log.dialect.log4j2 |
Log4j2的实现封装
|
| cn.hutool.log.dialect.slf4j |
Slf4j的实现封装
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractLocationAwareLog
抽象定位感知日志实现
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ApacheCommonsLog4JLog
Apache Commons Logging for Log4j
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
JdkLog
java.util.logging log.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Log4jLog
Apache Log4J log.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Log4j2Log
Apache Log4J 2 log.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Slf4jLog
SLF4J log.
|
Copyright © 2018. All rights reserved.