package
3.0.1
Repository: https://github.com/mia-platform/glogger.git
Documentation: pkg.go.dev

# 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.

# Structs

Host has the host information.
HTTP is the struct of the log formatter.
Request contains the items of request info log.
Response contains the items of response info log.
URL info.