Package org.apache.log4j.builders.filter
Class DenyAllFilterBuilder
- java.lang.Object
-
- org.apache.log4j.builders.filter.DenyAllFilterBuilder
-
- All Implemented Interfaces:
Builder<Filter>,FilterBuilder,Parser<Filter>
@Plugin(name="org.apache.log4j.varia.DenyAllFilter", category="Log4j Builder") public class DenyAllFilterBuilder extends java.lang.Object implements FilterBuilder
Build a Pattern Layout
-
-
Constructor Summary
Constructors Constructor Description DenyAllFilterBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filterparse(PropertiesConfiguration config)Parses a PropertiesConfigurationt.Filterparse(org.w3c.dom.Element filterElement, XmlConfiguration config)Parses a DOM Element.
-
-
-
Method Detail
-
parse
public Filter parse(org.w3c.dom.Element filterElement, XmlConfiguration config)
Description copied from interface:ParserParses a DOM Element.
-
-