org.broadleafcommerce.common.logging
Class SupportLevelFilter
java.lang.Object
org.apache.log4j.spi.Filter
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
| Fields inherited from class org.apache.log4j.spi.Filter |
ACCEPT, DENY, NEUTRAL, next |
|
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 |
SupportLevelFilter
public SupportLevelFilter()
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.