Uses of Class
org.apache.mailet.MailetContext.LogLevel

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.
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.