MCPcopy
hub / github.com/CodeGraphContext/CodeGraphContext / info_logger

Function info_logger

src/codegraphcontext/utils/debug_log.py:72–75  ·  view source on GitHub ↗

Log info message if log level allows

(msg)

Source from the content-addressed store, hash-verified

70 f.flush()
71
72def info_logger(msg):
73 """Log info message if log level allows"""
74 if _should_log('INFO'):
75 return logger.info(msg)
76
77def error_logger(msg):
78 """Log error message if log level allows"""

Callers 15

link_inheritanceMethod · 0.90
parse_repo_gradleFunction · 0.90
parse_repo_mavenFunction · 0.90
parseMethod · 0.90
run_scip_index_asyncFunction · 0.90
get_driverMethod · 0.90
close_driverMethod · 0.90
_initial_scanMethod · 0.90

Calls 2

_should_logFunction · 0.85
infoMethod · 0.80

Tested by

no test coverage detected