Log4j 1.3alpha-7

org.apache.log4j.varia
Class DenyAllFilter

java.lang.Object
  extended byorg.apache.log4j.spi.ComponentBase
      extended byorg.apache.log4j.spi.Filter
          extended byorg.apache.log4j.filter.DenyAllFilter
              extended byorg.apache.log4j.varia.DenyAllFilter
All Implemented Interfaces:
Component, OptionHandler

Deprecated. Replaced by org.apache.log4j.filters.DenyAllFilter.

public class DenyAllFilter
extends 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.

Since:
0.9.0
Author:
Ceki Gülcü

Field Summary
 
Fields inherited from class org.apache.log4j.spi.Filter
ACCEPT, DENY, NEUTRAL, next
 
Fields inherited from class org.apache.log4j.spi.ComponentBase
repository
 
Constructor Summary
DenyAllFilter()
          Deprecated.  
 
Methods inherited from class org.apache.log4j.filter.DenyAllFilter
decide, getOptionStrings, setOption
 
Methods inherited from class org.apache.log4j.spi.Filter
activateOptions, getNext, setNext
 
Methods inherited from class org.apache.log4j.spi.ComponentBase
getLogger, getLoggerRepository, getNonFloodingLogger, resetErrorCount, setLoggerRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DenyAllFilter

public DenyAllFilter()
Deprecated. 

Log4j 1.3alpha-7

Copyright 2000-2005 Apache Software Foundation.