|
libFAUDES
Sections
Index
|
diag_debug.hGo to the documentation of this file.00001 /** @file diag_debug.h 00002 Includes debugging to diagnosis plug-in. 00003 */ 00004 00005 #ifndef DIAG_DEBUG_H 00006 #define DIAG_DEBUG_H 00007 00008 00009 // debugging: optional console report 00010 #ifdef FAUDES_DEBUG_DIAGNOSIS 00011 #define FD_DD(message) FAUDES_WRITE_CONSOLE("FAUDES_DIAGNOSIS: " << message) 00012 #else 00013 #define FD_DD(message) 00014 #endif 00015 00016 #endif 00017 |
libFAUDES 2.16b --- 2010-9-8 --- c++ source docu by doxygen 1.6.3