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