Package org.apache.log4j.builders.filter
Class LevelMatchFilterBuilder
java.lang.Object
org.apache.log4j.builders.AbstractBuilder<Filter>
org.apache.log4j.builders.filter.LevelMatchFilterBuilder
- All Implemented Interfaces:
Builder<Filter>
,FilterBuilder
,Parser<Filter>
@Plugin(name="org.apache.log4j.varia.LevelMatchFilter",
category="Log4j Builder")
public class LevelMatchFilterBuilder
extends AbstractBuilder<Filter>
implements FilterBuilder
Build a Level match failter.
-
Field Summary
FieldsFields inherited from class org.apache.log4j.builders.AbstractBuilder
APPEND_PARAM, BUFFER_SIZE_PARAM, BUFFERED_IO_PARAM, FILE_PARAM, IMMEDIATE_FLUSH_PARAM, MAX_BACKUP_INDEX, MAX_SIZE_PARAM, NULL, RELATIVE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Filter
createFilter
(String level, boolean acceptOnMatch) parse
(PropertiesConfiguration config) Parses a PropertiesConfigurationt.parse
(Element filterElement, XmlConfiguration config) Parses a DOM Element.Methods inherited from class org.apache.log4j.builders.AbstractBuilder
buildFilters, getBooleanProperty, getBooleanProperty, getBooleanValueAttribute, getIntegerProperty, getNameAttribute, getNameAttributeKey, getProperties, getProperty, getProperty, getValueAttribute, getValueAttribute, set, set, set, substVars
-
Field Details
-
LEVEL
- See Also:
-
ACCEPT_ON_MATCH
- See Also:
-
-
Constructor Details
-
LevelMatchFilterBuilder
public LevelMatchFilterBuilder() -
LevelMatchFilterBuilder
-
-
Method Details