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

Method trace

floss/logging_.py:55–56  ·  view source on GitHub ↗
(self, msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

53
54class LoggerWithTrace(logging.getLoggerClass()): # type: ignore
55 def trace(self, msg, *args, **kwargs):
56 self.log(TRACE, msg, *args, **kwargs)
57
58
59logging.setLoggerClass(LoggerWithTrace)

Callers 15

apicallMethod · 0.80
prehookMethod · 0.80
posthookMethod · 0.80
_check_returnMethod · 0.80
_fix_returnMethod · 0.80
_allocate_memMethod · 0.80
prehookMethod · 0.80
is_callFunction · 0.80
get_contexts_via_monitorFunction · 0.80
dump_stackFunction · 0.80
extract_stringsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected