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)
| 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. |
no outgoing calls