MCPcopy Index your code
hub / github.com/CodeGraphContext/CodeGraphContext / debug_logger

Function debug_logger

src/codegraphcontext/utils/debug_log.py:87–90  ·  view source on GitHub ↗

Log debug message if log level allows

(msg)

Source from the content-addressed store, hash-verified

85 return logger.warning(msg)
86
87def debug_logger(msg):
88 """Log debug message if log level allows"""
89 if _should_log('DEBUG'):
90 return logger.debug(msg)

Callers 2

runMethod · 0.90
shutdownMethod · 0.90

Calls 1

_should_logFunction · 0.85

Tested by

no test coverage detected