From 398030afe8a122f1fb23cf387e9cbaba9f0be1d7 Mon Sep 17 00:00:00 2001 From: Vasily Davydov Date: Fri, 12 May 2023 01:16:55 +0300 Subject: [PATCH] log: add a comment regarding mts --- source/shoh/src/threads/common/Log.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/shoh/src/threads/common/Log.h b/source/shoh/src/threads/common/Log.h index 6dfaf9d..fc4d1ab 100644 --- a/source/shoh/src/threads/common/Log.h +++ b/source/shoh/src/threads/common/Log.h @@ -6,6 +6,13 @@ #include #include +/* + This simlpe logging framework is dependant + on std lib's multithread support, thus + if needed on different platforms, please + wrap it with mutexes. +*/ + /* ================= Settings ================== */ #define LOG_COLORED_OUTPUT #define HIGH_PRIORITY_DEBUG