Move debug groups from charon's bus.h to libstrongswan's debug.h.

This commit is contained in:
Tobias Brunner
2010-04-06 12:47:40 +02:00
parent 9f3df622e4
commit 3fdee23f18
4 changed files with 99 additions and 85 deletions
+26
View File
@@ -17,6 +17,32 @@
#include "debug.h"
ENUM(debug_names, DBG_DMN, DBG_LIB,
"DMN",
"MGR",
"IKE",
"CHD",
"JOB",
"CFG",
"KNL",
"NET",
"ENC",
"LIB",
);
ENUM(debug_lower_names, DBG_DMN, DBG_LIB,
"dmn",
"mgr",
"ike",
"chd",
"job",
"cfg",
"knl",
"net",
"enc",
"lib",
);
/**
* level logged by the default logger
*/