MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / __init__

Method __init__

src/core/log/adapter/log_adapter.py:5–6  ·  view source on GitHub ↗
(self, logger, extra=None)

Source from the content-addressed store, hash-verified

3
4class LoggerAdapter(logging.LoggerAdapter):
5 def __init__(self, logger, extra=None):
6 super().__init__(logger, extra or {})
7
8 def process(self, msg, kwargs):
9 extra_data = self.extra.copy()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected