我用这两个文件here和here.我在两个单独的文件中创建了一个类:modul1.h#ifndefMODUL1_H#defineMODUL1_H#include#include#include"easylogger.h"classModul1{public:Modul1(std::stringname);protected:private:easylogger::Logger*log;};#endif//MODUL1_H和modul1.cpp#include"modul1.h"Modul1::Modul1(std::stringname):log(neweasylogger::Logg