MCPcopy
hub / github.com/aio-libs/aiohttp / log_access

Method log_access

aiohttp/server.py:190–193  ·  view source on GitHub ↗
(self, message, environ, response, time)

Source from the content-addressed store, hash-verified

188 self._keep_alive = val
189
190 def log_access(self, message, environ, response, time):
191 if self.access_logger:
192 self.access_logger.log(message, environ, response,
193 self.transport, time)
194
195 def log_debug(self, *args, **kw):
196 if self.debug:

Callers 4

handle_errorMethod · 0.95
handle_requestMethod · 0.95
handle_requestMethod · 0.80
handle_requestMethod · 0.80

Calls 1

logMethod · 0.80

Tested by

no test coverage detected