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

Method setDebugOut

app/src/main/java/javax/mail/Session.java:439–442  ·  view source on GitHub ↗

Set the stream to be used for debugging output for this session. If out is null, System.out will be used. Note that debugging output that occurs before any session is created, as a result of setting the mail.debug system property, will always be sent to S

(PrintStream out)

Source from the content-addressed store, hash-verified

437 * @since JavaMail 1.3
438 */
439 public synchronized void setDebugOut(PrintStream out) {
440 this.out = out;
441 initLogger();
442 }
443
444 /**
445 * Returns the stream to be used for debugging output. If no stream

Callers 1

_connectMethod · 0.80

Calls 1

initLoggerMethod · 0.95

Tested by

no test coverage detected