Log to the instance folder

This commit is contained in:
vaxerski
2022-06-03 17:48:07 +02:00
parent 6f3b004199
commit 9486a230c7
4 changed files with 12 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ enum LogLevel {
};
namespace Debug {
void init();
void init(std::string IS);
void log(LogLevel level, const char* fmt, ...);
inline std::string logFile;