Package | Description |
---|---|
ratpack.handling |
The handling of application requests.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestLogger.Format.log(RequestOutcome requestOutcome,
RequestLogger.Router router)
The formatting function.
|
default RequestLogger |
RequestLogger.Format.to(RequestLogger.Router router)
Creates a logger that formats the the request and delegates to the given
router . |