# Functions
NewLoggingMiddleware returns a new LoggingMiddleware.
NewStatsCollectorMiddleware returns a new StatsCollectorMiddleware.
# Structs
LoggingMiddleware is a middleware that logs the time it takes to execute the next middleware.
StatsCollectorMiddleware is a middleware that collects stats.
# Interfaces
Logger describes a logging interface allowing to implement different external, or custom logger.