org.broadleafcommerce.common.logging
Class SupportLevelFilter

java.lang.Object
  extended by org.apache.log4j.spi.Filter
      extended by org.broadleafcommerce.common.logging.SupportLevelFilter
All Implemented Interfaces:
org.apache.log4j.spi.OptionHandler

public class SupportLevelFilter
extends org.apache.log4j.spi.Filter

Log4J filter that will remove any SUPPORT level log messages from appearing

Author:
Jeff Fischer

Field Summary
 
Fields inherited from class org.apache.log4j.spi.Filter
ACCEPT, DENY, NEUTRAL, next
 
Constructor Summary
SupportLevelFilter()
           
 
Method Summary
 int decide(org.apache.log4j.spi.LoggingEvent event)
           
 
Methods inherited from class org.apache.log4j.spi.Filter
activateOptions, getNext, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupportLevelFilter

public SupportLevelFilter()
Method Detail

decide

public int decide(org.apache.log4j.spi.LoggingEvent event)
Specified by:
decide in class org.apache.log4j.spi.Filter


Copyright © 2013. All Rights Reserved.