Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Session
Method · 0.95
setDebug
Method · 0.95
setDebugOut
Method · 0.95
Calls
1
getDebugOut
Method · 0.95
Tested by
no test coverage detected