Explorar el Código

Set empty log defines if logs are disabled

master
Robin Thoni hace 4 años
padre
commit
4f1a9fc433
Firmado por: Robin THONI <robin@rthoni.com> GPG Key ID: 4E09DEF46B99E61E
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3
    2
      Logs.h

+ 3
- 2
Logs.h Ver fichero

@@ -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

Loading…
Cancelar
Guardar