info.magnolia.module.mail.handlers
Class LoggingLevel

java.lang.Object
  extended by org.apache.log4j.Priority
      extended by org.apache.log4j.Level
          extended by info.magnolia.module.mail.handlers.LoggingLevel
All Implemented Interfaces:
Serializable

public class LoggingLevel
extends org.apache.log4j.Level

Defines custom logging level for forms data.

Author:
tmiyar
See Also:
Serialized Form

Field Summary
static LoggingLevel MAIL_TRAIL
           
 
Fields inherited from class org.apache.log4j.Level
ALL, DEBUG, ERROR, FATAL, INFO, OFF, TRACE, TRACE_INT, WARN
 
Fields inherited from class org.apache.log4j.Priority
ALL_INT, DEBUG_INT, ERROR_INT, FATAL_INT, INFO_INT, OFF_INT, WARN_INT
 
Constructor Summary
protected LoggingLevel(int level, String levelStr, int syslogEquivalent)
           
 
Method Summary
static org.apache.log4j.Level toLevel(int val)
           
static org.apache.log4j.Level toLevel(String sArg)
           
 
Methods inherited from class org.apache.log4j.Level
toLevel, toLevel
 
Methods inherited from class org.apache.log4j.Priority
equals, getAllPossiblePriorities, getSyslogEquivalent, isGreaterOrEqual, toInt, toPriority, toPriority, toPriority, toPriority, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MAIL_TRAIL

public static final LoggingLevel MAIL_TRAIL
Constructor Detail

LoggingLevel

protected LoggingLevel(int level,
                       String levelStr,
                       int syslogEquivalent)
Method Detail

toLevel

public static org.apache.log4j.Level toLevel(String sArg)

toLevel

public static org.apache.log4j.Level toLevel(int val)


Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.