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