Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenfbtlog.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
1.7.6.1
|