MCPcopy Create free account
hub / github.com/LMCache/LMBenchmark / format

Method format

agentic/utils.py:33–36  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

31 }
32
33 def format(self, record):
34 log_fmt = self.FORMATS.get(record.levelno)
35 formatter = logging.Formatter(log_fmt)
36 return formatter.format(record)
37
38
39def init_logger(name: str, log_level=logging.DEBUG) -> Logger:

Callers 1

_load_random_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected