#ifndef LOG_H #define LOG_H class Log { public: void logtofile(char *data,...); }; #endif