added debug:disable_logs
This commit is contained in:
parent
1750a7cdbb
commit
868e0f48d0
3 changed files with 7 additions and 0 deletions
|
|
@ -17,4 +17,5 @@ namespace Debug {
|
|||
void log(LogLevel level, const char* fmt, ...);
|
||||
|
||||
inline std::string logFile;
|
||||
inline int64_t* disableLogs = nullptr;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue