1
0
mirror of https://github.com/suk-ws/messiva.git synced 2024-11-22 16:54:51 +08:00
A simple but complex java information io api and implementation.
Go to file
Eyre_S 492a838d90
建立简单Log数据模型和输出模型
- 基础 Log 模型,记录了消息和时间戳,线程,等级,调用堆栈跟踪
  - 同时消息以 Message 封装
- 输出器接口用以Log对象输出,和基于System.out.println的控制台输出器——包含预定的格式规范器
- 基础的 Logger,可以储存一些输出器,并根据信息字符串创建简单的消息对象分发到输出器中
2021-12-10 23:49:33 +08:00
gradle/wrapper 建立简单Log数据模型和输出模型 2021-12-10 23:49:33 +08:00
src/main/java/cc/sukazyo/messiva 建立简单Log数据模型和输出模型 2021-12-10 23:49:33 +08:00
.gitattributes initialize gradle project 2021-12-10 23:38:16 +08:00
.gitignore initialize gradle project 2021-12-10 23:38:16 +08:00
build.gradle initialize gradle project 2021-12-10 23:38:16 +08:00
gradle.properties initialize gradle project 2021-12-10 23:38:16 +08:00
gradlew initialize gradle project 2021-12-10 23:38:16 +08:00
gradlew.bat initialize gradle project 2021-12-10 23:38:16 +08:00
settings.gradle initialize gradle project 2021-12-10 23:38:16 +08:00