feat: Replace trace logging with new logging system and remove trace.hpp

This commit is contained in:
2026-01-04 00:39:49 +00:00
parent deea1cc19e
commit 80609fcf22
12 changed files with 30 additions and 64 deletions

View File

@@ -25,6 +25,7 @@ ScriptEngine::ScriptEngine(const std::filesystem::path& scriptPath, bool debugEn
shaderManager_(std::make_unique<ShaderManager>(L_)),
guiManager_(std::make_unique<GuiManager>(L_)),
audioManager_(std::make_unique<AudioManager>(scriptDirectory_)) {
TRACE_FUNCTION();
if (!L_) {
LOG_ERROR("Failed to create Lua state");
throw std::runtime_error("Failed to create Lua state");