logger business

This commit is contained in:
m-aXimilian
2025-06-14 16:39:39 +02:00
parent 8024f816b3
commit 2180f07ea9
4 changed files with 50 additions and 19 deletions
+8 -2
View File
@@ -1,8 +1,14 @@
#pragma once
/*-- Gets filled in during the cmake configuration step --*/
#cmakedefine PIXELARIUM_TITLE "@PIXELARIUM_TITLE@"
#define MAINMENUNAME "Menu"
#define FILEMENUNAME "File"
#define FILEMENUNAME "File"
#define LOGLEVELSELECT "Log Level"
#define SHOWIMGUIDEMOS "ImGui Demos"
namespace
{
const char* LOGLEVELS[] = {"Trace", "Debug", "Info", "Warning", "Error"};
}