# Functions
ContextWithLogger returns a context with a logrus logger embedded as a Value.
DefaultLogger returns logging middleware base logger.
No description provided by the author
NewLoggerFromContext returns a logrus logger The logger is recovered from the given context or the StandardLogger.
No description provided by the author
No description provided by the author
WithRequestStatus returns a new logger with fields: returned HTTP Status and HTTP body size The fields are extracted from our custom responseWriter type.
# Variables
No description provided by the author
# Structs
LoggingMiddleware is a Gorilla Mux middleware that logs information using logrus.