| Package | Description |
|---|---|
| org.simplejavamail.com.sun.mail.util |
| Modifier and Type | Method and Description |
|---|---|
MailLogger |
MailLogger.getLogger(Class<?> clazz,
String prefix)
Create a MailLogger using the specified class' package
name as the Logger name and the specified prefix.
|
MailLogger |
MailLogger.getLogger(String name,
String prefix)
Create a MailLogger that uses a Logger with the specified name
and prefix.
|
MailLogger |
MailLogger.getSubLogger(String subname,
String prefix)
Create a MailLogger that uses a Logger whose name is composed
of this MailLogger's name plus the specified sub-name, separated
by a dot.
|
MailLogger |
MailLogger.getSubLogger(String subname,
String prefix,
boolean debug)
Create a MailLogger that uses a Logger whose name is composed
of this MailLogger's name plus the specified sub-name, separated
by a dot.
|
Copyright © 2017–2022. All rights reserved.