Documentation
¶
Overview ¶
Package log extends the log package in the stdlib.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
// Log creates a log event from keyvals, a variadic sequence of alternating keys and values.
Log(keyvals ...interface{}) error
}
Logger is a structured logger.
See github.com/go-kit/kit/log package for details.
func NewNopLogger ¶
func NewNopLogger() Logger
NewNopLogger returns a logger that doesn't do anything.
Click to show internal directories.
Click to hide internal directories.