Aller à la documentation de ce fichier.
13 #define DEBUG_ERROR (0)
14 #define DEBUG_WARNING (1)
15 #define DEBUG_INFO (2)
16 #define DEBUG_STATE_CHANGE (3)
18 #define DEBUG_DEBUG (4)
19 #define DEBUG_CONSTRUCTOR (5)
20 #define DEBUG_ENTRY_POINT (6)
21 #define DEBUG_FUNCTION (7)
23 #define DEBUG_METHOD (8)
25 #define DEBUG_EOL "\n"