MCPcopy
hub / github.com/mandiant/flare-floss / format

Method format

floss/logging_.py:50–51  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

48 """
49
50 def format(self, record):
51 return FORMATTERS[record.levelno].format(record)
52
53
54class LoggerWithTrace(logging.getLoggerClass()): # type: ignore

Callers 5

make_parserFunction · 0.80
mainFunction · 0.80
__init__Method · 0.80
runtestMethod · 0.80

Calls

no outgoing calls

Tested by 2

__init__Method · 0.64
runtestMethod · 0.64