Log4j 1.3alpha-8

org.apache.log4j.varia
Class DenyAllFilter

java.lang.Object
  |
  +--org.apache.log4j.spi.ComponentBase
        |
        +--org.apache.log4j.spi.Filter
              |
              +--org.apache.log4j.filter.DenyAllFilter
                    |
                    +--org.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ü

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-8

Copyright © 2000-2006 Apache Software Foundation.
Licensed under the Apache License, Version 2.0.