MCPcopy
hub / github.com/benoitc/gunicorn / error

Method error

gunicorn/glogging.py:270–271  ·  view source on GitHub ↗
(self, msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

268 self.error_log.critical(msg, *args, **kwargs)
269
270 def error(self, msg, *args, **kwargs):
271 self.error_log.error(msg, *args, **kwargs)
272
273 def warning(self, msg, *args, **kwargs):
274 self.error_log.warning(msg, *args, **kwargs)

Callers 5

accessMethod · 0.95
runMethod · 0.45
reap_workersMethod · 0.45
reap_dirty_arbiterMethod · 0.45
create_socketsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected