|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.log4j.spi.Filter
ariba.util.log.AvoidDuplicateEvents
public class AvoidDuplicateEvents
A simple Filter to filter out duplicate log messages so they won't get printed multiple times.
Field Summary |
---|
Fields inherited from class org.apache.log4j.spi.Filter |
---|
ACCEPT, DENY, NEUTRAL, next |
Constructor Summary | |
---|---|
AvoidDuplicateEvents()
Empty contructor. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AvoidDuplicateEvents()
Method Detail |
---|
public int decide(org.apache.log4j.spi.LoggingEvent event)
decide
in class org.apache.log4j.spi.Filter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |