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

Method log

src/async/imap/MCIMAPAsyncConnection.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 virtual void log(void * sender, ConnectionLogType logType, Data * buffer)
89 {
90 mConnection->logConnection(logType, buffer);
91 }
92
93 private:
94 IMAPAsyncConnection * mConnection;

Callers

nothing calls this directly

Calls 1

logConnectionMethod · 0.45

Tested by

no test coverage detected