|
Log4j 1.3alpha-1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.log4j.spi.Filter | +--org.apache.log4j.varia.ReflectionFilter
Field Summary |
Fields inherited from class org.apache.log4j.spi.Filter |
ACCEPT, DENY, NEUTRAL |
Constructor Summary | |
ReflectionFilter()
|
Method Summary | |
int |
decide(LoggingEvent event)
NOTE: This filter modifies logging events by adding properties to the 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 |
public ReflectionFilter()
Method Detail |
public int decide(LoggingEvent event)
decide
in class Filter
event
- The LoggingEvent to decide upon.
|
Log4j 1.3alpha-1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |