#include "Logger.h" #include void Logger::debug(const String &text) { std::cout << "Debug: " << text << std::endl; }