Part of twisted.web.iweb View Source View In Hierarchy
| Method | __call__ | Generate a line for the access log. |
| Parameters | timestamp | The time at which the request was completed in the standard format for
access logs. (type: unicode) |
| request | The request object about which to log. (type: twisted.web.server.Request) | |
| Returns | One line describing the request without a trailing newline. (type: unicode) | |