# Functions
CloseLoggerFromContext closes an underlying logger attached to context.
Crit calls the corresponding logger Crit() func from context.
CtxWithLogger returns a new context with a logger embedeed.
Debug calls the corresponding logger Debug() func from context.
Err calls the corresponding logger Err() func from context.
Info calls the corresponding logger Info() func from context.
SetVerboseMode changes the error format and logs between very, middly and non verbose.
Warn calls the corresponding logger Warn() func from context.
# Structs
LogrusFormatter implements the logrus.Formatter interface.
LogrusLogger is a logrus-backed logger.
# Interfaces
Logger is the interface used to access the logger.