Core/Logging: Fixed log message order not being preserved when async logging was enabled and ThreadPool was greater than 1

Despite that issue, logging was still threadsafe, just not ordered properly
This commit is contained in:
Shauren
2023-08-25 10:40:47 +02:00
parent 30f57de184
commit b51afbdfb9
3 changed files with 7 additions and 3 deletions

View File

@@ -18,8 +18,8 @@
#include "Metric.h"
#include "Config.h"
#include "DeadlineTimer.h"
#include "IoContext.h"
#include "Log.h"
#include "Strand.h"
#include "Util.h"
#include <boost/algorithm/string/replace.hpp>
#include <boost/asio/ip/tcp.hpp>