Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 299 Bytes

File metadata and controls

10 lines (7 loc) · 299 Bytes

General framework for log

This is a small project but code I used in each project. I'd like to be independent to a logging framework. That's why I use this to wrap it.

Used log frameworks in the past

  • logrus (github.com/sirupsen/logrus)
  • zap logging (go.uber.org/zap )
  • own logging framework