MCPcopy
hub / github.com/celery/celery / log

Method log

celery/app/base.py:1504–1506  ·  view source on GitHub ↗

Logging: :class:`~@log`.

(self)

Source from the content-addressed store, hash-verified

1502
1503 @cached_property
1504 def log(self):
1505 """Logging: :class:`~@log`."""
1506 return instantiate(self.log_cls, app=self)
1507
1508 @cached_property
1509 def _canvas(self):

Callers 2

writeMethod · 0.80
_log_errorMethod · 0.80

Calls 1

instantiateFunction · 0.90

Tested by

no test coverage detected