# Functions

DefaultNopLogger returns a nop logger.
NewLoggerWithLogrus creates a new logger which wraps the given logrus.Logger.

# Interfaces

Entry
Entry describes the interface for the logger entry.
Logger describes the interface that must be implemeted by all loggers.

# Type aliases

Fields type, used to pass to `WithFields`.