log: add a comment regarding mts

This commit is contained in:
Vasily Davydov 2023-05-12 01:16:55 +03:00
parent 970081991d
commit 398030afe8

View File

@ -6,6 +6,13 @@
#include <stdarg.h>
#include <stdio.h>
/*
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