|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MailetContext.LogLevel | |
|---|---|
| org.apache.mailet | This package constitutes the Mailet API. |
| Uses of MailetContext.LogLevel in org.apache.mailet |
|---|
| Methods in org.apache.mailet that return MailetContext.LogLevel | |
|---|---|
static MailetContext.LogLevel |
MailetContext.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MailetContext.LogLevel[] |
MailetContext.LogLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.mailet with parameters of type MailetContext.LogLevel | |
|---|---|
void |
MailetContext.log(MailetContext.LogLevel level,
String message)
Writes the specified message to a mailet log. |
void |
MailetContext.log(MailetContext.LogLevel level,
String message,
Throwable t)
Writes the specified message to a mailet log, along with the stack trace of the given Throwable. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||