| 9 | static int LOGGER_INITIALIZED = false; |
| 10 | |
| 11 | void |
| 12 | initializePythonLoggerInterface() |
| 13 | { |
| 14 | import_pystack___pystack(); |
| 15 | LOGGER_INITIALIZED = true; |
| 16 | } |
| 17 | |
| 18 | void |
| 19 | logWithPython(const std::string& message, int level) |
nothing calls this directly
no outgoing calls
no test coverage detected