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

Method finer

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

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

(String msg)

Source from the content-addressed store, hash-verified

310 * @param msg the message.
311 */
312 public void finer(String msg) {
313 log(Level.FINER, msg);
314 }
315
316 /**
317 * Log a message at the FINEST level.

Callers 8

verifyAnswerMethod · 0.80
verifySignaturesMethod · 0.80
getSocketMethod · 0.80
createSocketMethod · 0.80
startTLSMethod · 0.80
configureSSLSocketMethod · 0.80
matchCertMethod · 0.80
matchServerMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected