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

Method debugOut

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

Common formatting for debug output. @param msg the message to log.

(String msg)

Source from the content-addressed store, hash-verified

345 * @param msg the message to log.
346 */
347 private void debugOut(String msg) {
348 if (prefix != null)
349 out.println(prefix + ": " + msg);
350 else
351 out.println(msg);
352 }
353
354 /**
355 * Return the package name of the class.

Callers 2

logMethod · 0.95
ifDebugOutMethod · 0.95

Calls 1

printlnMethod · 0.45

Tested by

no test coverage detected