Uses of Interface
ratpack.handling.RequestLogger
-
Packages that use RequestLogger Package Description ratpack.handling The handling of application requests. -
-
Uses of RequestLogger in ratpack.handling
Methods in ratpack.handling that return RequestLogger Modifier and Type Method Description static RequestLoggerRequestLogger. ncsa()Callsncsa(Logger)withLOGGER.static RequestLoggerRequestLogger. ncsa(Logger logger)Logs in the NCSA Common Log format.static RequestLoggerRequestLogger. of(Action<? super RequestOutcome> action)Creates a request logger with the given action as the implementation of thelog(RequestOutcome)method.
-