diff options
| author | Shauren <shauren.trinity@gmail.com> | 2025-10-27 00:52:51 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2025-10-26 23:37:15 +0100 |
| commit | 62ba3d8b4ee2e2acd0d574600137dbdd65b92f50 (patch) | |
| tree | bf329087812f32eeea1b07b78bf27c4a697badbf /src/common/Logging/Log.h | |
| parent | e8252152cfff5fad65fa0ba8f857d85dc9c7dbf6 (diff) | |
Tools/mmaps_generator: Enable async console logging
Diffstat (limited to 'src/common/Logging/Log.h')
| -rw-r--r-- | src/common/Logging/Log.h | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |
