# Functions
GetRequestLogger will return a logger associated with the request.
SetRequestLogger assigns logger l to request r by putting it in request context.
# Structs
RequestLogMiddleware creates a per-request logger and sticks it into http.Request context.