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

Method logConnection

src/async/pop/MCPOPAsyncSession.cpp:263–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void POPAsyncSession::logConnection(ConnectionLogType logType, Data * buffer)
264{
265 pthread_mutex_lock(&mConnectionLoggerLock);
266 if (mConnectionLogger != NULL) {
267 mConnectionLogger->log(this, logType, buffer);
268 }
269 pthread_mutex_unlock(&mConnectionLoggerLock);
270}
271
272#if __APPLE__
273void POPAsyncSession::setDispatchQueue(dispatch_queue_t dispatchQueue)

Callers 1

logMethod · 0.45

Calls 1

logMethod · 0.65

Tested by

no test coverage detected