MCPcopy Create free account
hub / github.com/bloomberg/pystack / initializePythonLoggerInterface

Function initializePythonLoggerInterface

src/pystack/_pystack/logging.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9static int LOGGER_INITIALIZED = false;
10
11void
12initializePythonLoggerInterface()
13{
14 import_pystack___pystack();
15 LOGGER_INITIALIZED = true;
16}
17
18void
19logWithPython(const std::string& message, int level)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected