MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / log

Method log

src/async/nntp/MCNNTPAsyncSession.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 virtual void log(void * sender, ConnectionLogType logType, Data * buffer)
64 {
65 mSession->logConnection(logType, buffer);
66 }
67
68 private:
69 NNTPAsyncSession * mSession;

Callers

nothing calls this directly

Calls 1

logConnectionMethod · 0.45

Tested by

no test coverage detected