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

Method connectionLogger

src/java/com/libmailcore/POPSession.java:75–78  ·  view source on GitHub ↗

Returns the connection logger.

()

Source from the content-addressed store, hash-verified

73
74 /** Returns the connection logger. */
75 public ConnectionLogger connectionLogger()
76 {
77 return connectionLogger;
78 }
79
80 /** Sets the IMAP operations queue listener. */
81 public void setOperationQueueListener(OperationQueueListener listener)

Calls

no outgoing calls

Tested by

no test coverage detected