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

Method config

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

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

(String msg)

Source from the content-addressed store, hash-verified

294 * @param msg the message.
295 */
296 public void config(String msg) {
297 log(Level.CONFIG, msg);
298 }
299
300 /**
301 * Log a message at the FINE level.

Callers 11

MessageCacheMethod · 0.80
ConnectionPoolMethod · 0.80
IMAPStoreMethod · 0.80
SMTPTransportMethod · 0.80
DigestMD5Method · 0.80
POP3StoreMethod · 0.80
getBoolPropMethod · 0.80
ProtocolMethod · 0.80
getBoolPropMethod · 0.80
loadProvidersMethod · 0.80
loadAddressMapMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected