| 242 | |
| 243 | template <typename... Args> |
| 244 | void Session::Log(const std::string& fmt, const Args&... args) const |
| 245 | { |
| 246 | LogPrint(BCLog::I2P, "I2P: %s\n", tfm::format(fmt, args...)); |
| 247 | } |
| 248 | |
| 249 | Session::Reply Session::SendRequestAndGetReply(const Sock& sock, |
| 250 | const std::string& request, |