MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / logger_debug

Function logger_debug

src/licensedcode/match_aho.py:33–34  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

31 logger = logging.getLogger(__name__)
32
33 def logger_debug(*args):
34 return logger.debug(' '.join(isinstance(a, str) and a or repr(a) for a in args))
35
36 logging.basicConfig(stream=sys.stdout)
37 logger.setLevel(logging.DEBUG)

Callers 5

exact_matchFunction · 0.70
get_matched_spansFunction · 0.70
get_matched_positionsFunction · 0.70
match_fragmentsFunction · 0.70

Calls 2

debugMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected