Go to the source code of this file.
Macros | |
#define | LibcwDebug(dc_namespace, STATEMENTS...) |
General debug macro. More... | |
#define | LibcwDout(dc_namespace, debug_obj, cntrl, data) |
General debug output macro. More... | |
#define | LibcwDoutFatal(dc_namespace, debug_obj, cntrl, data) |
General fatal debug output macro. More... | |
Do not include this header file directly, instead include debug.h.
#define LibcwDebug | ( | dc_namespace, | |
STATEMENTS... | |||
) |
General debug macro.
This macro allows one to implement a customized "Debug", using a custom debug channel namespace.
#define LibcwDout | ( | dc_namespace, | |
debug_obj, | |||
cntrl, | |||
data | |||
) |
General debug output macro.
This macro allows one to implement a customized "Dout", using a custom debug object and/or channel namespace.
#define LibcwDoutFatal | ( | dc_namespace, | |
debug_obj, | |||
cntrl, | |||
data | |||
) |
General fatal debug output macro.
This macro allows one to implement a customized "DoutFatal", using a custom debug object and/or channel namespace.