Module gotham::middleware::logger
source · [−]Expand description
Middlewares for the Gotham framework to log on requests made to the server.
This module contains several logging implementations, with varying degrees
of complexity. The default RequestLogger
will log out using the standard
Common Log Format (CLF).
There is also a SimpleLogger
which emits only basic request logs.
Structs
A struct that can act as a logging middleware for Gotham.
A struct that can act as a simple logging middleware for Gotham.