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

Method log_exception

aiohttp/server.py:199–200  ·  view source on GitHub ↗
(self, *args, **kw)

Source from the content-addressed store, hash-verified

197 self.logger.debug(*args, **kw)
198
199 def log_exception(self, *args, **kw):
200 self.logger.exception(*args, **kw)
201
202 def cancel_slow_request(self):
203 if self._request_handler is not None:

Callers 1

handle_errorMethod · 0.95

Calls 1

exceptionMethod · 0.45

Tested by

no test coverage detected