ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

trace.h
Go to the documentation of this file.
00001 /*
00002 
00003     WPP_DEFINE_CONTROL_GUID specifies the GUID used for this filter.
00004     *** REPLACE THE GUID WITH YOUR OWN UNIQUE ID ***
00005     WPP_DEFINE_BIT allows setting debug bit masks to selectively print.
00006     
00007     everything else can revert to the default?
00008 
00009 */
00010 
00011 
00012 #define TraceLogger(x, ...)   DbgPrint(__VA_ARGS__)
00013 #define TraceLog(x) TraceLogger x
00014 #define WPP_INIT_TRACING(x, y)
00015 #define WPP_CLEANUP(x)
00016 
00017 #define WPP_CONTROL_GUIDS \
00018     WPP_DEFINE_CONTROL_GUID(Cdrom,(58db8e03,0537,45cb,b29b,597f6cbebbfd), \
00019         WPP_DEFINE_BIT(CdromDebugError)         /* bit  0 = 0x00000001 */ \
00020         WPP_DEFINE_BIT(CdromDebugWarning)       /* bit  1 = 0x00000002 */ \
00021         WPP_DEFINE_BIT(CdromDebugTrace)         /* bit  2 = 0x00000004 */ \
00022         WPP_DEFINE_BIT(CdromDebugInfo)          /* bit  3 = 0x00000008 */ \
00023         WPP_DEFINE_BIT(FilterDebugD04)          /* bit  4 = 0x00000010 */ \
00024         WPP_DEFINE_BIT(FilterDebugD05)          /* bit  5 = 0x00000020 */ \
00025         WPP_DEFINE_BIT(FilterDebugD06)          /* bit  6 = 0x00000040 */ \
00026         WPP_DEFINE_BIT(FilterDebugD07)          /* bit  7 = 0x00000080 */ \
00027         WPP_DEFINE_BIT(FilterDebugD08)          /* bit  8 = 0x00000100 */ \
00028         WPP_DEFINE_BIT(FilterDebugD09)          /* bit  9 = 0x00000200 */ \
00029         WPP_DEFINE_BIT(FilterDebugD10)          /* bit 10 = 0x00000400 */ \
00030         WPP_DEFINE_BIT(FilterDebugD11)          /* bit 11 = 0x00000800 */ \
00031         WPP_DEFINE_BIT(FilterDebugD12)          /* bit 12 = 0x00001000 */ \
00032         WPP_DEFINE_BIT(FilterDebugD13)          /* bit 13 = 0x00002000 */ \
00033         WPP_DEFINE_BIT(FilterDebugD14)          /* bit 14 = 0x00004000 */ \
00034         WPP_DEFINE_BIT(FilterDebugD15)          /* bit 15 = 0x00008000 */ \
00035         WPP_DEFINE_BIT(FilterDebugD16)          /* bit 16 = 0x00000000 */ \
00036         WPP_DEFINE_BIT(FilterDebugD17)          /* bit 17 = 0x00000000 */ \
00037         WPP_DEFINE_BIT(FilterDebugD18)          /* bit 18 = 0x00000000 */ \
00038         WPP_DEFINE_BIT(FilterDebugD19)          /* bit 19 = 0x00000000 */ \
00039         WPP_DEFINE_BIT(FilterDebugD20)          /* bit 20 = 0x00000000 */ \
00040         WPP_DEFINE_BIT(FilterDebugD21)          /* bit 21 = 0x00000000 */ \
00041         WPP_DEFINE_BIT(FilterDebugD22)          /* bit 22 = 0x00000000 */ \
00042         WPP_DEFINE_BIT(FilterDebugD23)          /* bit 23 = 0x00000000 */ \
00043         WPP_DEFINE_BIT(FilterDebugD24)          /* bit 24 = 0x00000000 */ \
00044         WPP_DEFINE_BIT(FilterDebugD25)          /* bit 25 = 0x00000000 */ \
00045         WPP_DEFINE_BIT(FilterDebugD26)          /* bit 26 = 0x00000000 */ \
00046         WPP_DEFINE_BIT(FilterDebugD27)          /* bit 27 = 0x00000000 */ \
00047         WPP_DEFINE_BIT(FilterDebugD28)          /* bit 28 = 0x00000000 */ \
00048         WPP_DEFINE_BIT(FilterDebugD29)          /* bit 29 = 0x00000000 */ \
00049         WPP_DEFINE_BIT(CdromSecError)           /* bit 30 = 0x00000000 */ \
00050         WPP_DEFINE_BIT(CdromSecInfo)            /* bit 31 = 0x00000000 */ \
00051         )
00052 
00053 

Generated on Fri May 25 2012 04:26:34 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.