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

Method log

java/org/apache/coyote/Adapter.java:80–80  ·  view source on GitHub ↗

Callback to allow logging access outside of the execution of the regular service. @param req the request object @param res the response object @param time time taken to process the request/response in milliseconds (use 0 if not known)

(Request req, Response res, long time)

Source from the content-addressed store, hash-verified

78 * @param time time taken to process the request/response in milliseconds (use 0 if not known)
79 */
80 void log(Request req, Response res, long time);
81
82 /**
83 * Assert that request and response have been recycled. If they have not then log a warning and force a recycle.

Callers 15

logMethod · 0.65
logMethod · 0.65
doFilterMethod · 0.65
doStartTagMethod · 0.65
logMethod · 0.65
doPostMethod · 0.65
doPostMethod · 0.65
checkCompileMethod · 0.65
getJarScannerMethod · 0.65
createDriverMethod · 0.65
executeMethod · 0.65

Implementers 1

CoyoteAdapterjava/org/apache/catalina/connector/Coy

Calls

no outgoing calls

Tested by 4

doStartTagMethod · 0.52
logMethod · 0.52
doPostMethod · 0.52
doPostMethod · 0.52