mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
23 lines
660 B
Markdown
23 lines
660 B
Markdown
<p align="center">
|
|
<a href="https://hutool.cn/"><img src="https://plus.hutool.cn/images/hutool.svg" width="45%"></a>
|
|
</p>
|
|
<p align="center">
|
|
<strong>🍬Make Java Sweet Again.</strong>
|
|
</p>
|
|
<p align="center">
|
|
👉 <a href="https://hutool.cn">https://hutool.cn/</a> 👈
|
|
</p>
|
|
|
|
## 📚Hutool-log 模块介绍
|
|
|
|
`Hutool-log`提供对日志门面的封装。
|
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
## 🛠️包含内容
|
|
|
|
### API定义
|
|
|
|
- `LogEngine`: 日志实现引擎。
|
|
- `Log`: 日志对象接口,提供各种级别的日志打印。
|
|
- `Level`: 日志级别枚举,提供日志级别定义和规范。 |