libFAUDES

Sections

Index

diag_debug.h

Go 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 // debugging: optional console report
00009 #ifdef FAUDES_DEBUG_DIAGNOSIS
00010 #define FD_DD(message) std::cerr << "FAUDES_DIAGNOSIS: " << message << std::endl
00011 #else
00012 #define FD_DD(message)
00013 #endif
00014 
00015 #endif
00016 

libFAUDES 2.14g --- 2009-12-3 --- c++ source docu by doxygen 1.5.6