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

fbtlog.h
Go to the documentation of this file.
00001 #ifndef _FBT_DEBUG
00002 #define _FBT_DEBUG
00003 
00004 #define fbtLog_None         0
00005 #define fbtLog_Failure      1
00006 #define fbtLog_Warning      2
00007 #define fbtLog_Notice       3
00008 #define fbtLog_Enter        4
00009 #define fbtLog_Exit         4
00010 #define fbtLog_Verbose      5
00011 #define fbtLog_Exception    0
00012 
00013 #ifdef __cplusplus
00014 extern "C" {
00015 #endif
00016 
00017 void fbtLog(unsigned int nLevel, const char *szText, ...);
00018 BOOL fbtLogSetFile(char *szDebugFile);
00019 void fbtLogSetLevel(unsigned int nLevel);
00020 unsigned int fbtLogGetLevel(void);
00021 
00022 #ifdef __cplusplus
00023 }
00024 #endif
00025 
00026 #endif

Generated on Sun May 27 2012 04:27:14 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.