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

Method ifDebugOut

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

Common code to conditionally log debug statements. @param msg the message to log.

(String msg)

Source from the content-addressed store, hash-verified

336 * @param msg the message to log.
337 */
338 private void ifDebugOut(String msg) {
339 if (debug)
340 debugOut(msg);
341 }
342
343 /**
344 * Common formatting for debug output.

Callers 2

logMethod · 0.95
logfMethod · 0.95

Calls 1

debugOutMethod · 0.95

Tested by

no test coverage detected