| 53 | |
| 54 | protected: |
| 55 | void onError(int error, const std::string& category, const std::string& message) override |
| 56 | { |
| 57 | std::cout << "HTTP Trace server caught an error with code " << error << " and category '" << category << "': " << message << std::endl; |
| 58 | } |
| 59 | }; |
| 60 | |
| 61 | int main(int argc, char** argv) |
nothing calls this directly
no outgoing calls
no test coverage detected