Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶ added in v0.14.0
type Logger interface { Print(...interface{}) Printf(string, ...interface{}) Println(...interface{}) }
Logger is the interface that enables logging. It is compatible with the stdlib "log" methods. It is also compatible with https://godoc.org/github.com/Sirupsen/logrus#StdLogger.
func NewNopLogger ¶ added in v0.14.0
func NewNopLogger() Logger
func NewStdLogger ¶ added in v0.14.0
Click to show internal directories.
Click to hide internal directories.