From 7e7c45ea18fa6b5557d47f53e8f51d60b2f8e34b Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Mon, 14 Feb 2022 19:58:25 +0100 Subject: [PATCH] #21 flush console --- BaseCommon/LogConsoleTarget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/BaseCommon/LogConsoleTarget.cpp b/BaseCommon/LogConsoleTarget.cpp index 78cdabc..f3fc385 100644 --- a/BaseCommon/LogConsoleTarget.cpp +++ b/BaseCommon/LogConsoleTarget.cpp @@ -30,4 +30,5 @@ CLogTarget(logLevel) void CLogConsoleTarget::printLogInt(const std::string& msg) { std::cout << msg; + std::cout.flush(); } \ No newline at end of file