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

Method critical

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

Source from the content-addressed store, hash-verified

265 raise RuntimeError(msg % cfg.logconfig)
266
267 def critical(self, msg, *args, **kwargs):
268 self.error_log.critical(msg, *args, **kwargs)
269
270 def error(self, msg, *args, **kwargs):
271 self.error_log.error(msg, *args, **kwargs)

Callers 1

murder_workersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected