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