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

Function logger_debug

src/licensedcode/match_hash.py:29–30  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

27 logger = logging.getLogger(__name__)
28
29 def logger_debug(*args):
30 return logger.debug(' '.join(isinstance(a, str) and a or repr(a) for a in args))
31
32 # logging.basicConfig(level=logging.DEBUG, stream=sys.stdout)
33 logging.basicConfig(stream=sys.stdout)

Callers 1

hash_matchFunction · 0.70

Calls 2

debugMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected