MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / info_logger

Function info_logger

src/codegraphcontext/utils/debug_log.py:73–76  ·  view source on GitHub ↗

Log info message if log level allows

(msg)

Source from the content-addressed store, hash-verified

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

Callers 15

link_function_callsMethod · 0.90
link_inheritanceMethod · 0.90
parse_repo_gradleFunction · 0.90
parse_repo_mavenFunction · 0.90
parseMethod · 0.90
run_scip_index_asyncFunction · 0.90
open_in_browserFunction · 0.90
get_driverMethod · 0.90

Calls 2

_should_logFunction · 0.85
infoMethod · 0.80

Tested by 1