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

Method setConnectionLogger

src/async/imap/MCIMAPAsyncSession.cpp:817–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815}
816
817void IMAPAsyncSession::setConnectionLogger(ConnectionLogger * logger)
818{
819 mConnectionLogger = logger;
820 for(unsigned int i = 0 ; i < mSessions->count() ; i ++) {
821 IMAPAsyncConnection * currentSession = (IMAPAsyncConnection *) mSessions->objectAtIndex(i);
822 currentSession->setConnectionLogger(logger);
823 }
824}
825
826ConnectionLogger * IMAPAsyncSession::connectionLogger()
827{

Callers 1

sessionMethod · 0.45

Calls 2

objectAtIndexMethod · 0.80
countMethod · 0.45

Tested by

no test coverage detected