Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 734 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 734 Bytes

logger

Build Status Go Report Card

日志(just a logger)

特性(features)
  • 自动按日期分割,分割时间为每天 00:00:00

  • 分组打印日志,不同模块日志打印到分组日志目录中,并且同时打印总日志文件

  • 支持日志分级 (INFO|DEBUG|WARN|ERROR)

  • auto split log every day at 00:00:00

  • group log, you can print log in different group, and summary log will be print at the same time

  • support log level (INFO|DEBUG|WARN|ERROR)

License

MIT License