jetbrains.buildServer.util
Class SpringErrorsFilter

java.lang.Object
  extended by org.apache.log4j.spi.Filter
      extended by org.apache.log4j.varia.LevelRangeFilter
          extended by jetbrains.buildServer.util.SpringErrorsFilter
All Implemented Interfaces:
org.apache.log4j.spi.OptionHandler

public class SpringErrorsFilter
extends org.apache.log4j.varia.LevelRangeFilter


Field Summary
 
Fields inherited from class org.apache.log4j.spi.Filter
ACCEPT, DENY, NEUTRAL, next
 
Constructor Summary
SpringErrorsFilter()
           
 
Method Summary
 int decide(org.apache.log4j.spi.LoggingEvent loggingEvent)
          Return the decision of this filter.
 
Methods inherited from class org.apache.log4j.varia.LevelRangeFilter
getAcceptOnMatch, getLevelMax, getLevelMin, setAcceptOnMatch, setLevelMax, setLevelMin
 
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

SpringErrorsFilter

public SpringErrorsFilter()
Method Detail

decide

public int decide(org.apache.log4j.spi.LoggingEvent loggingEvent)
Description copied from class: org.apache.log4j.varia.LevelRangeFilter
Return the decision of this filter.

Overrides:
decide in class org.apache.log4j.varia.LevelRangeFilter
Parameters:
loggingEvent - The LoggingEvent to decide upon.
Returns:
decision The decision of the filter.