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

Interface ConnectionLogger

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

Callbacks interface for the connection logger.

Source from the content-addressed store, hash-verified

2
3/** Callbacks interface for the connection logger. */
4public interface ConnectionLogger {
5 /**
6 Called when a new connection logs is added.
7 @param type has one of the value of ConnectionLogType.
8 @see com.libmailcore.ConnectionLogType
9 */
10 void log(long connectionID, int type, byte[] data);
11}

Callers 8

loggerFunction · 0.65
loggerFunction · 0.65
loggerFunction · 0.65
logMethod · 0.65
loggerFunction · 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