Package | Description |
---|---|
cn.hutool.log |
Hutool-log只是一个日志的通用门面,功能类似于Slf4j。
|
cn.hutool.log.dialect.commons |
Apache-Commons-Logging日志库的实现封装
|
cn.hutool.log.dialect.console |
控制台输出的实现封装
|
cn.hutool.log.dialect.jboss |
jboss-logging实现
|
cn.hutool.log.dialect.jdk |
JDK-Logging的实现封装
|
cn.hutool.log.dialect.log4j |
Log4j的实现封装
|
cn.hutool.log.dialect.log4j2 |
Log4j2的实现封装
|
cn.hutool.log.dialect.logtube |
LogTube的实现封装
|
cn.hutool.log.dialect.slf4j |
Slf4j的实现封装
|
cn.hutool.log.dialect.tinylog |
tinylog的实现封装
封装包括TinyLog和TinyLog2 |
Modifier and Type | Interface and Description |
---|---|
interface |
Log
日志统一接口
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLog
抽象日志类
实现了一些通用的接口 |
Modifier and Type | Class and Description |
---|---|
class |
ApacheCommonsLog
Apache Commons Logging
|
class |
ApacheCommonsLog4JLog
Apache Commons Logging for Log4j
|
Modifier and Type | Class and Description |
---|---|
class |
ConsoleColorLog
利用System.out.println()打印彩色日志
|
class |
ConsoleLog
利用System.out.println()打印日志
|
Modifier and Type | Class and Description |
---|---|
class |
JbossLog
Jboss-Logging log.
|
Modifier and Type | Class and Description |
---|---|
class |
JdkLog
java.util.logging log.
|
Modifier and Type | Class and Description |
---|---|
class |
Log4jLog
Apache Log4J log.
|
Modifier and Type | Class and Description |
---|---|
class |
Log4j2Log
Apache Log4J 2 log.
|
Modifier and Type | Class and Description |
---|---|
class |
LogTubeLog
LogTube log.封装
|
Modifier and Type | Class and Description |
---|---|
class |
Slf4jLog
SLF4J log.
|
Modifier and Type | Class and Description |
---|---|
class |
TinyLog
tinylog log.
|
class |
TinyLog2
tinylog log.
|
Copyright © 2024. All rights reserved.