|
Log4j 1.2.8 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.log4j.spi.Filter
org.apache.log4j.varia.DenyAllFilter
This filter drops all logging events.
You can add this filter to the end of a filter chain to switch from the default "accept all unless instructed otherwise" filtering behaviour to a "deny all unless instructed otherwise" behaviour.
Field Summary |
Fields inherited from class org.apache.log4j.spi.Filter |
ACCEPT, DENY, NEUTRAL, next |
Constructor Summary | |
DenyAllFilter()
|
Method Summary | |
int |
decide(LoggingEvent event)
Always returns the integer constant Filter.DENY
regardless of the LoggingEvent parameter. |
java.lang.String[] |
getOptionStrings()
Deprecated. We now use JavaBeans introspection to configure components. Options strings are no longer needed. |
void |
setOption(java.lang.String key,
java.lang.String value)
Deprecated. Use the setter method for the option directly instead of the generic setOption method. |
Methods inherited from class org.apache.log4j.spi.Filter |
activateOptions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DenyAllFilter()
Method Detail |
public java.lang.String[] getOptionStrings()
null
as there are no options.
public void setOption(java.lang.String key, java.lang.String value)
setOption
method.
public int decide(LoggingEvent event)
Filter.DENY
regardless of the LoggingEvent
parameter.
decide
in class Filter
event
- The LoggingEvent to filter.
Filter.DENY
.
|
Log4j 1.2.8 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |