MCPcopy Create free account
hub / github.com/ElementsProject/elements / Log

Method Log

src/i2p.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

formatFunction · 0.70

Tested by

no test coverage detected