MCPcopy Index your code
hub / github.com/astral-sh/python-build-standalone / set_logger

Function set_logger

pythonbuild/logging.py:9–11  ·  view source on GitHub ↗
(prefix, fh)

Source from the content-addressed store, hash-verified

7
8
9def set_logger(prefix, fh):
10 LOG_PREFIX[0] = prefix
11 LOG_FH[0] = fh
12
13
14def log(msg):

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected