public static class RequestLog.Collection extends Object implements RequestLog
RequestLog.Collection, RequestLog.Writer| Constructor and Description |
|---|
Collection(RequestLog... logs) |
public Collection(RequestLog... logs)
public void log(Request request, Response response)
log in interface RequestLogrequest - 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