Fixed error logger clearing file at all logs

This commit is contained in:
Pax1601
2024-07-22 17:57:16 +02:00
parent 62b2b13d75
commit 15e23564c2
2 changed files with 14 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ private:
mutex mutexLock;
void Clear();
void Open();
void Close();
};