Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 628 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 628 Bytes

log Build Status GoDoc

Quick & Reliable server service logging for golang.

This golang logging lib provides Debug, Info, Error and Fatal in logging interface for a typical server service respectively.

Meanwhile, it also provides 2 kinds of implementation using standard logging package and zerolog. Checkout the examples for detailed usage.