Uses of Interface
ratpack.core.handling.RequestLogger
-
Packages that use RequestLogger Package Description ratpack.core.handling The handling of application requests. -
-
Uses of RequestLogger in ratpack.core.handling
Methods in ratpack.core.handling that return RequestLogger Modifier and Type Method Description static RequestLoggerRequestLogger. ncsa()Callsncsa(Logger)withLOGGER.static RequestLoggerRequestLogger. ncsa(org.slf4j.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.
-