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

Method isTracing

app/src/main/java/com/sun/mail/pop3/Protocol.java:1310–1312  ·  view source on GitHub ↗

Is protocol tracing enabled?

()

Source from the content-addressed store, hash-verified

1308 * Is protocol tracing enabled?
1309 */
1310 protected boolean isTracing() {
1311 return traceLogger.isLoggable(Level.FINEST);
1312 }
1313
1314 /**
1315 * Temporarily turn off protocol tracing, e.g., to prevent

Callers 2

loginMethod · 0.95
authenticateMethod · 0.45

Calls 1

isLoggableMethod · 0.45

Tested by

no test coverage detected