Go to the documentation of this file.
17 #define QL_DEBUG_LEVEL_2
19 #define DEBUG(x) do {x;} while (0);
21 #define DEBUG(x) do {} while (0);
24 #if defined(QL_DEBUG_LEVEL_2)
25 #define DEBUG2(x) do {if(ql4xextended_error_logging == 2) x;} while (0);
26 #define DEBUG2_3(x) do {x;} while (0);
28 #define DEBUG2(x) do {} while (0);
31 #if defined(QL_DEBUG_LEVEL_3)
32 #define DEBUG3(x) do {if(ql4xextended_error_logging == 3) x;} while (0);
34 #define DEBUG3(x) do {} while (0);
35 #if !defined(QL_DEBUG_LEVEL_2)
36 #define DEBUG2_3(x) do {} while (0);
39 #if defined(QL_DEBUG_LEVEL_4)
40 #define DEBUG4(x) do {x;} while (0);
42 #define DEBUG4(x) do {} while (0);
45 #if defined(QL_DEBUG_LEVEL_5)
46 #define DEBUG5(x) do {x;} while (0);
48 #define DEBUG5(x) do {} while (0);
51 #if defined(QL_DEBUG_LEVEL_9)
52 #define DEBUG9(x) do {x;} while (0);
54 #define DEBUG9(x) do {} while (0);