Move debug groups from charon's bus.h to libstrongswan's debug.h.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user