# Functions
Discard returns a no-op logger.
FromContext retrieves the current logger from the context.
FromRequest retrieves the current logger from the request.
Logrus returns a Logger that wraps a logrus.Entry.
WithContext returns a new context with the provided logger.
# Variables
Default returns the default logger.
# Interfaces
A Logger represents an active logging object that generates lines of output to an io.Writer.