Add new log level USER

This commit is contained in:
Chunting Gu
2019-07-05 10:57:03 +08:00
parent ec753c14c3
commit 3309e7896a
6 changed files with 47 additions and 61 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#define WEBCC_ENABLE_LOG 1
#if WEBCC_ENABLE_LOG
// 0:VERB, 1:INFO, 2:WARN or 3:ERRO
// 0:VERB, 1:INFO, 2:USER, 3:WARN or 4:ERRO
#define WEBCC_LOG_LEVEL 2
#endif