#ifndef LOGGER_H #define LOGGER_H #include void getSystemTime(); void postLog(const std::string& message, int level); #endif