Store logs in app data dir
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user