logger business
This commit is contained in:
@@ -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"};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user