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

Method log

src/java/com/libmailcore/ConnectionLogger.java:10–10  ·  view source on GitHub ↗

Called when a new connection logs is added. @param type has one of the value of ConnectionLogType. @see com.libmailcore.ConnectionLogType

(long connectionID, int type, byte[] data)

Source from the content-addressed store, hash-verified

8 @see com.libmailcore.ConnectionLogType
9 */
10 void log(long connectionID, int type, byte[] data);
11}

Callers 9

loggerFunction · 0.65
loggerFunction · 0.65
loggerFunction · 0.65
logMethod · 0.65
loggerFunction · 0.65
logConnectionMethod · 0.65
logConnectionMethod · 0.65
logConnectionMethod · 0.65
logConnectionMethod · 0.65

Implementers 5

POPConnectionLoggersrc/async/pop/MCPOPAsyncSession.cpp
IMAPConnectionLoggersrc/async/imap/MCIMAPAsyncConnection.c
NNTPConnectionLoggersrc/async/nntp/MCNNTPAsyncSession.h
SMTPConnectionLoggersrc/async/smtp/MCSMTPAsyncSession.h
JavaConnectionLoggersrc/java/JavaConnectionLogger.h

Calls

no outgoing calls

Tested by

no test coverage detected