Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ log
Method
log
src/async/smtp/MCSMTPAsyncSession.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
virtual void log(void * sender, ConnectionLogType logType, Data * buffer)
54
{
55
mSession->logConnection(logType, buffer);
56
}
57
58
private:
59
SMTPAsyncSession * mSession;
Callers
nothing calls this directly
Calls
1
logConnection
Method · 0.45
Tested by
no test coverage detected