#pragma once #include #include namespace mathlogger { inline void WriteLog(std::string const& msg) { std::cout << msg; } }