MCPcopy Create free account
hub / github.com/M66B/FairEmail / fine

Method fine

app/src/main/java/com/sun/mail/util/MailLogger.java:304–306  ·  view source on GitHub ↗

Log a message at the FINE level. @param msg the message.

(String msg)

Source from the content-addressed store, hash-verified

302 * @param msg the message.
303 */
304 public void fine(String msg) {
305 log(Level.FINE, msg);
306 }
307
308 /**
309 * Log a message at the FINER level.

Callers 15

GmailProtocolMethod · 0.80
getMessageMethod · 0.80
getMessageBySeqnumMethod · 0.80
expungeMessageMethod · 0.80
shrinkMethod · 0.80
addMessagesMethod · 0.80
ensureCapacityMethod · 0.80
seqnumOfMethod · 0.80
msgnumOfMethod · 0.80
runMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected