{ "reference": "EterBase/Debug.cpp", "reference_sha256": "af7a6cba9e6d83511a40f596629f85f1b770b510fc0db1d9cbefcec88ecb15ec", "priority": "P4", "contracts": [], "functions": { "SetLogLevel": { "status": "TODO" }, "Log": { "status": "TODO" }, "Logn": { "status": "TODO" }, "Logf": { "status": "TODO" }, "Lognf": { "status": "TODO" }, "Trace": { "status": "TODO" }, "Tracen": { "status": "TODO" }, "Tracenf": { "status": "TODO" }, "Tracef": { "status": "TODO" }, "TraceError": { "status": "TODO" }, "TraceErrorWithoutEnter": { "status": "TODO" }, "LogBoxf": { "impl": [ "extension/src/platform/EterBase/Debug.cpp:LogBoxf" ], "status": "ADAPTED", "note": "verbatim apart from two PORT fixes the 40250 build did not need: va_end (40250 leaks the va_list) and terminating szBuf, which _vsnprintf does not do on truncation.", "test": "project/python_host_check.gd — system.py's ImportError reaches GDScript through it" }, "LogBox": { "impl": [ "extension/src/platform/EterBase/Debug.cpp:LogBox" ], "status": "ADAPTED", "note": "40250 pops a MessageBox on g_PopupHwnd and Tracen()s the text. No window here: the text goes to stderr and is kept in LastLogBoxMessage() (extension/src/platform/EterBase/LogBox.h), because ScriptLib/PythonLauncher.cpp Traceback() reports every failed script line through LogBoxf after PyErr_Fetch has already cleared the exception — this is the only place a traceback survives.", "test": "project/python_host_check.gd — system.py's ImportError reaches GDScript through it" }, "LogFile": { "status": "TODO" }, "LogFilef": { "status": "TODO" }, "OpenLogFile": { "status": "TODO" }, "OpenConsoleWindow": { "status": "TODO" } } }