From 62ba3d8b4ee2e2acd0d574600137dbdd65b92f50 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 27 Oct 2025 00:52:51 +0200 Subject: Tools/mmaps_generator: Enable async console logging --- src/common/Logging/Log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/Logging/Log.h') diff --git a/src/common/Logging/Log.h b/src/common/Logging/Log.h index 17e0421d422..5621ec67f86 100644 --- a/src/common/Logging/Log.h +++ b/src/common/Logging/Log.h @@ -63,6 +63,7 @@ class TC_COMMON_API Log static Log* instance() noexcept; void Initialize(Trinity::Asio::IoContext* ioContext); + void SetAsynchronous(Trinity::Asio::IoContext* ioContext); void SetSynchronous(); // Not threadsafe - should only be called from main() after all threads are joined void LoadFromConfig(); void Close(); -- cgit v1.2.3