Add app logger

This commit is contained in:
2023-10-07 20:56:33 +02:00
parent 097780779c
commit ff684504ad
2 changed files with 3 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ namespace OpenVulkano
static Ptr FILESYS;
static Ptr AR;
static Ptr PERF;
static Ptr APP;
static void SetupLogger(std::string logFolder = "", const std::string& logFile = "openVulkano.log");