* @brief Information about progress is directed here. * * @param outmsg Message to show, e.g. "Checking main.cpp..." */
| 254 | * @param outmsg Message to show, e.g. "Checking main.cpp..." |
| 255 | */ |
| 256 | void reportOut(const std::string &outmsg, Color c = Color::Reset) override |
| 257 | { |
| 258 | mErrorLogger.reportOut(outmsg, c); |
| 259 | } |
| 260 | |
| 261 | void reportMetric(const std::string &metric) override |
| 262 | { |
no outgoing calls
no test coverage detected