浏览代码

Set empty log defines if logs are disabled

master
Robin Thoni 4 年前
父节点
当前提交
4f1a9fc433
签署人:: Robin THONI <robin@rthoni.com> GPG 密钥 ID: 4E09DEF46B99E61E
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      Logs.h

+ 3
- 2
Logs.h 查看文件

@@ -18,7 +18,8 @@
18 18
 
19 19
 #else
20 20
 
21
-#define LOG(x)
22
-#define LOG(x, ...)
21
+#define LOG(...)
22
+#define LOG_FN_BEGIN(level_)
23
+#define LOG_FN_END(level_)
23 24
 
24 25
 #endif

正在加载...
取消
保存