MCPcopy Index your code
hub / github.com/apache/tomcat / logAccess

Method logAccess

java/org/apache/catalina/Container.java:433–433  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

431 * log
432 */
433 void logAccess(Request request, Response response, long time, boolean useDefault);
434
435
436 /**

Callers 5

logAccessMethod · 0.65
asyncDispatchMethod · 0.65
serviceMethod · 0.65
logMethod · 0.65
postParseRequestMethod · 0.65

Implementers 1

ContainerBasejava/org/apache/catalina/core/Containe

Calls

no outgoing calls

Tested by

no test coverage detected