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

Method initLogger

app/src/main/java/javax/mail/Session.java:259–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

257 }
258
259 private final synchronized void initLogger() {
260 logger = new MailLogger(this.getClass(), "DEBUG", debug, getDebugOut());
261 }
262
263 /**
264 * Get a new Session object.

Callers 3

SessionMethod · 0.95
setDebugMethod · 0.95
setDebugOutMethod · 0.95

Calls 1

getDebugOutMethod · 0.95

Tested by

no test coverage detected