Store logs in app data dir

This commit is contained in:
2021-03-27 11:12:13 +01:00
parent 01a8f837b7
commit 69775368ee
2 changed files with 4 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ namespace openVulkanoCpp
static Ptr AR;
static Ptr PERF;
static void SetupLogger(const std::string& logFolder = "logs", const std::string& logFile = "openVulkano.log");
static void SetupLogger(std::string logFolder = "", const std::string& logFile = "openVulkano.log");
/**
* \brief Creates a new custom logger that writes to the main log file.