xref: /haiku/src/add-ons/media/media-add-ons/usb_webcam/CamDebug.h (revision 1214ef1b2100f2b3299fc9d8d6142e46f70a4c3f)
1 #ifndef _CAM_DEBUG_H
2 #define _CAM_DEBUG_H
3 
4 #include <Debug.h>
5 
6 /* allow overriding ANSI color */
7 #ifndef CD_COL
8 #define CD_COL "34"
9 #endif
10 
11 #define CH "\033[" CD_COL "mWebcam::%s::%s"
12 #define CT "\033[0m\n", __BASE_FILE__, __FUNCTION__
13 
14 #endif
15