log: add a comment regarding mts
This commit is contained in:
parent
970081991d
commit
398030afe8
@ -6,6 +6,13 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.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 ================== */
|
/* ================= Settings ================== */
|
||||||
#define LOG_COLORED_OUTPUT
|
#define LOG_COLORED_OUTPUT
|
||||||
#define HIGH_PRIORITY_DEBUG
|
#define HIGH_PRIORITY_DEBUG
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user