log.h

Aller à la documentation de ce fichier.
00001 #ifndef LOG_H
00002 #define LOG_H
00003 
00004 #include <cstdio>
00005 #include <cstdarg>
00006 
00007 void logErr(const char *fichier, const int ligne,const char* Format, ...); 
00008 
00009 #endif

Généré le Sun Nov 15 16:53:06 2009 pour PFen par  doxygen 1.6.1