Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / s_debug.h
index f3bbfd7852543e5bd6a19f4bb9506294c95f0daa..9bc2560f3b1e14e64c35d5d8baffe8255abbdc95 100644 (file)
@@ -27,16 +27,17 @@ struct Client;
 /*
  * defined debugging levels
  */
-#define DEBUG_FATAL  0
-#define DEBUG_ERROR  1  /* report_error() and other errors that are found */
-#define DEBUG_NOTICE 3
-#define DEBUG_DNS    4  /* used by all DNS related routines - a *lot* */
-#define DEBUG_INFO   5  /* general useful info */
-#define DEBUG_NUM    6  /* numerics */
-#define DEBUG_SEND   7  /* everything that is sent out */
-#define DEBUG_DEBUG  8  /* everything that is received */ 
-#define DEBUG_MALLOC 9  /* malloc/free calls */
-#define DEBUG_LIST  10  /* debug list use */
+#define DEBUG_FATAL   0
+#define DEBUG_ERROR   1  /* report_error() and other errors that are found */
+#define DEBUG_NOTICE  3
+#define DEBUG_DNS     4  /* used by all DNS related routines - a *lot* */
+#define DEBUG_INFO    5  /* general useful info */
+#define DEBUG_NUM     6  /* numerics */
+#define DEBUG_SEND    7  /* everything that is sent out */
+#define DEBUG_DEBUG   8  /* everything that is received */ 
+#define DEBUG_MALLOC  9  /* malloc/free calls */
+#define DEBUG_LIST   10  /* debug list use */
+#define DEBUG_ENGINE 11  /* debug event engine; can dump gigabyte logs */
 
 /*
  * proto types