Package org.apache.log4j.builders.filter
Class StringMatchFilterBuilder
- java.lang.Object
-
- org.apache.log4j.builders.AbstractBuilder
-
- org.apache.log4j.builders.filter.StringMatchFilterBuilder
-
- All Implemented Interfaces:
FilterBuilder
@Plugin(name="org.apache.log4j.varia.StringMatchFilter", category="Log4j Builder") public class StringMatchFilterBuilder extends AbstractBuilder implements FilterBuilder
Build a String match filter.
-
-
Field Summary
-
Fields inherited from class org.apache.log4j.builders.AbstractBuilder
APPEND_PARAM, BUFFER_SIZE_PARAM, BUFFERED_IO_PARAM, FILE_PARAM, MAX_BACKUP_INDEX, MAX_SIZE_PARAM, RELATIVE
-
-
Constructor Summary
Constructors Constructor Description StringMatchFilterBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter
parseFilter(PropertiesConfiguration config)
Filter
parseFilter(Element filterElement, XmlConfiguration config)
-
Methods inherited from class org.apache.log4j.builders.AbstractBuilder
buildFilters, getBooleanProperty, getIntegerProperty, getProperties, getProperty, getProperty
-
-
-
-
Method Detail
-
parseFilter
public Filter parseFilter(Element filterElement, XmlConfiguration config)
- Specified by:
parseFilter
in interfaceFilterBuilder
-
parseFilter
public Filter parseFilter(PropertiesConfiguration config)
- Specified by:
parseFilter
in interfaceFilterBuilder
-
-