3 log - Structured log interface

github.com godoc.org goreportcard.com posted by teris-io 2362 days ago  

Package log provides a clear separation of the logging interface from its implementation and decouples the logger backend from your application. It defines simple, lightweight and comprehensive Logger and Factory interfaces which can be used through your applications without any knowledge of the particular backend and can be configured at the application wiring point to bind a particular backend, such as the Go's standard logger, apex/log, logrus, etc.

Register to comment or vote on this story