Documentation ¶
Overview ¶
Package log provides an abstraction over log.Logger.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { // Printf calls writes the formatted string with values to the logger. // Arguments are handled in the manner of fmt.Printf. Printf(format string, v ...interface{}) }
Logger is an interface over log.Logger to ensure the same log is used in most places rather than the default logger in that package.
Click to show internal directories.
Click to hide internal directories.