Change console logging to follow LogMask

This commit is contained in:
2025-03-03 13:38:21 +01:00
parent 2490dabc82
commit 85a82c8461
2 changed files with 20 additions and 16 deletions
+2
View File
@@ -31,6 +31,8 @@ public:
};
};
extern Severity::type loggingSeverity;
void OpenLog();
void CloseLog();
void SetLogMask(Severity::type severity);