Class
RouteLoggingMiddleware
Emits a log message containing the request method and path to a
Request’s logger. The log level of the message is configurable.final class RouteLoggingMiddleware
Topics
Initializers
Instance Properties
Instance Methods
func respond(to: Request, chainingTo: any Responder) -> EventLoopFuture<Response>Called with eachRequestthat passes through this middleware.
Relationships
Conforms To
MiddlewareSwift.SendableSwift.SendableMetatype