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

Method isLoggable

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

If "debug" is set, or our embedded Logger is loggable at the given level, return true. @param level the log level. @return true if loggable.

(Level level)

Source from the content-addressed store, hash-verified

328 * @return true if loggable.
329 */
330 public boolean isLoggable(Level level) {
331 return debug || logger.isLoggable(level);
332 }
333
334 /**
335 * Common code to conditionally log debug statements.

Callers 15

applyNotificationMethod · 0.45
MessageCacheMethod · 0.45
getMessageMethod · 0.45
getMessageBySeqnumMethod · 0.45
expungeMessageMethod · 0.45
shrinkMethod · 0.45
addMessagesMethod · 0.45
ensureCapacityMethod · 0.45
seqnumOfMethod · 0.45
msgnumOfMethod · 0.45
watchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected