hutool/hutool-log/README.md

23 lines
660 B
Markdown
Raw Normal View History

2023-04-17 01:04:37 +08:00
<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`提供对日志门面的封装。
-------------------------------------------------------------------------------
2023-05-16 23:51:36 +08:00
## 🛠️包含内容
### API定义
- `LogEngine`: 日志实现引擎。
2023-05-16 23:51:36 +08:00
- `Log`: 日志对象接口,提供各种级别的日志打印。
- `Level`: 日志级别枚举,提供日志级别定义和规范。