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ü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DenyAllFilter
public DenyAllFilter()
- Deprecated.
Copyright © 2000-2006 Apache Software Foundation.
Licensed under the Apache License, Version 2.0.