Package | Description |
---|---|
org.dromara.hutool.log.engine.commons |
Apache-Commons-Logging日志库的实现封装
|
org.dromara.hutool.log.engine.console |
控制台输出的实现封装
|
org.dromara.hutool.log.engine.jboss |
jboss-logging实现
|
org.dromara.hutool.log.engine.jdk |
JDK-Logging的实现封装
|
org.dromara.hutool.log.engine.log4j |
Log4j的实现封装
|
org.dromara.hutool.log.engine.log4j2 |
Log4j2的实现封装
|
org.dromara.hutool.log.engine.slf4j |
Slf4j的实现封装
|
org.dromara.hutool.log.engine.tinylog |
tinylog的实现封装
封装包括TinyLog和TinyLog2 |
Modifier and Type | Class and Description |
---|---|
class |
ApacheCommonsLogEngine
Apache Commons Logging
|
Modifier and Type | Class and Description |
---|---|
class |
ConsoleColorLogEngine
利用System.out.println()打印彩色日志
|
class |
ConsoleLogEngine
利用System.out.println()打印日志
|
Modifier and Type | Class and Description |
---|---|
class |
JbossLogEngine
Jboss-Logging log.
|
Modifier and Type | Class and Description |
---|---|
class |
JdkLogEngine
JDK日志工厂类
java.util.logging log.
|
Modifier and Type | Class and Description |
---|---|
class |
Log4jLogEngine
Apache Log4J log.
|
Modifier and Type | Class and Description |
---|---|
class |
Log4j2LogEngine
Apache Log4J 2 log.
|
Modifier and Type | Class and Description |
---|---|
class |
Slf4jLogEngine
SLF4J log.
|
Modifier and Type | Class and Description |
---|---|
class |
TinyLog2Engine
TinyLog2 log.
|
class |
TinyLogEngine
TinyLog log.
|
Copyright © 2025. All rights reserved.