| Package | Description |
|---|---|
| ratpack.handling |
The handling of application requests.
|
| Modifier and Type | Method and Description |
|---|---|
static RequestLogger |
RequestLogger.ncsa()
Calls
ncsa(Logger) with LOGGER. |
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 the
log(RequestOutcome) method. |