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

Method logConnection

src/async/imap/MCIMAPAsyncConnection.cpp:393–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void IMAPAsyncConnection::logConnection(ConnectionLogType logType, Data * buffer)
394{
395 pthread_mutex_lock(&mConnectionLoggerLock);
396 if (mConnectionLogger != NULL) {
397 mConnectionLogger->log(this, logType, buffer);
398 }
399 pthread_mutex_unlock(&mConnectionLoggerLock);
400}
401
402void IMAPAsyncConnection::setAutomaticConfigurationEnabled(bool enabled)
403{

Callers 1

logMethod · 0.45

Calls 1

logMethod · 0.65

Tested by

no test coverage detected