https://github.com/sipt/slog
golang demo for output log
https://github.com/sipt/slog
Last synced: 8 months ago
JSON representation
golang demo for output log
- Host: GitHub
- URL: https://github.com/sipt/slog
- Owner: sipt
- Created: 2016-03-24T08:57:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-25T06:13:35.000Z (about 10 years ago)
- Last Synced: 2025-02-28T08:22:15.576Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slog
golang demo for output log
golang log输出的一个demo
参照了beego的log输出方式
主要分成以下几个部分
>用户log传入chan中进行缓存
>
>打包器:从中取出进行打包,并进行分包判断
>
>log输出器:打包好的log输出到文件,并根据条件是否分文件,写入完成再去向打包器要Log包裹