# Functions
NewLogrus returns a new log.Logger for a logrus implementation.
# Constants
Dummy logger doesn't log anything.
# Interfaces
Logger is the interface that the loggers used by the library will use.
# Type aliases
KV is a helper type for structured logging fields usage.