Log is a logging interface for Go. That's it. Pass around the interface.
.
Users want to standardise logging. Sometimes libraries log. This library
leaves the underlying logging implementation to the user while allowing
libraries to log by simply expecting something that satisfies the Logger
interface. This leaves the user free to pre-configure structure, output,
etc.
Installed Size: 37.9 kB
Architectures: all