Log a request/response that was destined for this container but has been handled earlier in the processing chain so that the request/response still appears in the correct access logs. @param request Request (associated with the response) to log @param response Response (associated with the req
(Request request, Response response, long time, boolean useDefault)
| 431 | * log |
| 432 | */ |
| 433 | void logAccess(Request request, Response response, long time, boolean useDefault); |
| 434 | |
| 435 | |
| 436 | /** |
no outgoing calls
no test coverage detected