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

Method getLogger

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

Create a MailLogger that uses a Logger with the specified name and prefix. The new MailLogger uses the same debug flag and PrintStream as this MailLogger. @param name the Logger name @param prefix the prefix for debug output, or null for none @return a MailLogger for the given name and prefix.

(String name, String prefix)

Source from the content-addressed store, hash-verified

153 * @return a MailLogger for the given name and prefix.
154 */
155 public MailLogger getLogger(String name, String prefix) {
156 return new MailLogger(name, prefix, debug, out);
157 }
158
159 /**
160 * Create a MailLogger using the specified class' package

Callers 8

AlgorithmMapClass · 0.80
DaneVerifierClass · 0.80
verifyDaneMethod · 0.80
LogSupportClass · 0.80
NtlmMethod · 0.80
DigestMD5Method · 0.80
MailLoggerMethod · 0.80
checkLoggingAccessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected