▲ 3 ▼ log - Structured log interface
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