1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-04 02:16:31 -05:00

assert/logging: Stop the logging thread and flush the backends before crashing

Co-Authored-By: SachinVin <26602104+SachinVin@users.noreply.github.com>
This commit is contained in:
FearlessTobi
2023-12-25 13:50:22 +01:00
parent 05e3db3ac9
commit 4f569fd568
3 changed files with 23 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ void Initialize();
void Start();
/// Explicitly stops the logger thread and flushes the buffers
void Stop();
void DisableLoggingInTests();
/**