Documentation
¶
Overview ¶
Package logrus is a thin wrapper around logrus, providing a way to instantiate it with formatter and
Example ¶
//nolint because it forces the interface to be validated
var log logger.Logger
log = logrus.New("text", "info", nil)
log.Debug("won't print")
log.Error("will print")
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.