/log

Quick & Reliable server service logging for golang, with logstash TCP&UDP input support

Primary LanguageGo

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.