2 Leveled log interface and the matching facade for the Go stdlib log.Logger

github.com godoc.org goreportcard.com posted by osklyar 3028 days ago  

The go-log-interface library (package log) provides an interface for leveled logging so that any custom logger can be used in exactly the same manner within all parts of an application. The library further provides a default implementation of the interface based on the Go stdlib log.Logger via a reusable facade.

Register to comment or vote on this story