We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2be56b commit 890ecd8Copy full SHA for 890ecd8
1 file changed
cpplog.hpp
@@ -54,6 +54,18 @@
54
#define LL_ERROR 4
55
#define LL_FATAL 5
56
57
+#ifndef CPPLOG_NO_THREADING
58
+#define CPPLOG_NO_THREADING
59
+#endif
60
+#ifndef CPPLOG_NO_SYSTEM_IDS
61
+#define CPPLOG_NO_SYSTEM_IDS
62
63
+#ifndef CPPLOG_FATAL_NOEXIT
64
+#define CPPLOG_FATAL_NOEXIT
65
66
+
67
+#define CPPLOG_FILTER_LEVEL LL_WARN
68
69
70
// ------------------------------ CONFIGURATION ------------------------------
71
0 commit comments