Using a custom logger with colors and timestamp instead of console.xxx

This commit is contained in:
quadbyte
2025-08-16 19:31:22 -04:00
parent 4794477be3
commit e800bc161d
34 changed files with 278 additions and 236 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ Item {
trayPanel.show()
} else {
console.log("[Tray] no menu available for", modelData.id, "or trayMenu not set")
Logger.log("Tray", "No menu available for", modelData.id, "or trayMenu not set")
}
}
}