MCPcopy
hub / github.com/facelessuser/BracketHighlighter / log

Function log

bh_logging.py:10–13  ·  view source on GitHub ↗

Standard log.

(msg)

Source from the content-addressed store, hash-verified

8
9
10def log(msg):
11 """Standard log."""
12
13 print("BracketHighlighter: %s" % msg)
14
15
16def debug(msg):

Callers 8

load_modulesFunction · 0.90
on_navigateMethod · 0.90
debugFunction · 0.85
validateMethod · 0.85
compareMethod · 0.85
post_matchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected