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

Method logConnection

src/async/nntp/MCNNTPAsyncSession.cpp:308–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308void NNTPAsyncSession::logConnection(ConnectionLogType logType, Data * buffer)
309{
310 pthread_mutex_lock(&mConnectionLoggerLock);
311 if (mConnectionLogger != NULL) {
312 mConnectionLogger->log(this, logType, buffer);
313 }
314 pthread_mutex_unlock(&mConnectionLoggerLock);
315}
316
317#if __APPLE__
318void NNTPAsyncSession::setDispatchQueue(dispatch_queue_t dispatchQueue)

Callers 1

logMethod · 0.45

Calls 1

logMethod · 0.65

Tested by

no test coverage detected