OpenNet
Debug.h
Aller à la documentation de ce fichier.
1 
2 // Product OpenNet
3 
7 
8 #pragma once
9 
10 // Constants
12 
13 #define DEBUG_ERROR (0)
14 #define DEBUG_WARNING (1)
15 #define DEBUG_INFO (2)
16 #define DEBUG_STATE_CHANGE (3)
17 
18 #define DEBUG_DEBUG (4)
19 #define DEBUG_CONSTRUCTOR (5)
20 #define DEBUG_ENTRY_POINT (6)
21 #define DEBUG_FUNCTION (7)
22 
23 #define DEBUG_METHOD (8)
24 
25 #define DEBUG_EOL "\n"