An open API service indexing awesome lists of open source software.

https://github.com/zhhaogen/simplelog

简单日志
https://github.com/zhhaogen/simplelog

Last synced: about 2 months ago
JSON representation

简单日志

Awesome Lists containing this project

README

        

# 简单日志
slf4j、log4j等日志框架都是不建议使用源码定位的,因为通过`StackTraceElement`定位源码消耗性能。
简单日志,主要特点是编译前生成源码定位信息,不会消耗性能,以及尽量不使用反射

## 发布
```
gradle publish
```