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

Method log

src/async/pop/MCPOPAsyncSession.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 virtual void log(void * sender, ConnectionLogType logType, Data * buffer)
61 {
62 mSession->logConnection(logType, buffer);
63 }
64
65 private:
66 POPAsyncSession * mSession;

Callers

nothing calls this directly

Calls 1

logConnectionMethod · 0.45

Tested by

no test coverage detected