public interface RequestLog
RequestLog can be attached to a RequestLogHandler to enable
logging of requests/responses.| Modifier and Type | Interface and Description |
|---|---|
static class |
RequestLog.Collection |
static interface |
RequestLog.Writer
Writes the generated log string to a log sink
|
| Modifier and Type | Method and Description |
|---|---|
void |
log(Request request,
Response response) |
void log(Request request, Response response)
request - The request to log.response - The response to log. Note that for some requests
the response instance may not have been fully populated (Eg 400 bad request
responses are sent without a servlet response object). Thus for basic
log information it is best to consult Response.getCommittedMetaData()
and Response.getHttpChannel() directly.Copyright © 2010 - 2020 Adobe. All Rights Reserved