https://github.com/zhhaogen/simplelog
简单日志
https://github.com/zhhaogen/simplelog
Last synced: about 2 months ago
JSON representation
简单日志
- Host: GitHub
- URL: https://github.com/zhhaogen/simplelog
- Owner: zhhaogen
- License: mit
- Created: 2020-07-02T03:22:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T03:31:19.000Z (almost 5 years ago)
- Last Synced: 2023-09-12T23:17:12.421Z (over 1 year ago)
- Language: Java
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 简单日志
slf4j、log4j等日志框架都是不建议使用源码定位的,因为通过`StackTraceElement`定位源码消耗性能。
简单日志,主要特点是编译前生成源码定位信息,不会消耗性能,以及尽量不使用反射## 发布
```
gradle publish
```