# Functions
RequestFiberMiddlewareLogger is a fiber middleware to log all requests with logrus It logs the incoming request and when request is completed, adding latency of the request.
RequestGorillaMuxMiddlewareLogger is a gorilla/mux middleware to log all requests with logrus It logs the incoming request and when request is completed, adding latency of the request.