// cotire example project #include namespace log { void error(const std::string& msg); void info(const std::string& msg); }