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 RequestLogger
RequestLogger. ncsa()
Callsncsa(Logger)
withLOGGER
.static RequestLogger
RequestLogger. ncsa(org.slf4j.Logger logger)
Logs in the NCSA Common Log format.static RequestLogger
RequestLogger. of(Action<? super RequestOutcome> action)
Creates a request logger with the given action as the implementation of thelog(RequestOutcome)
method.
-