IPC and log changes, introduce signature

This commit is contained in:
vaxerski
2022-06-03 17:41:57 +02:00
parent 19b17b590c
commit 6f3b004199
8 changed files with 46 additions and 16 deletions

View File

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