Package | Description |
---|---|
org.apache.log4j |
Log4j 1.x compatibility layer.
|
org.apache.log4j.bridge | |
org.apache.log4j.builders | |
org.apache.log4j.builders.filter | |
org.apache.log4j.config |
Log4j 1.x compatibility layer.
|
org.apache.log4j.spi |
Log4j 1.x compatibility layer.
|
org.apache.log4j.xml |
Log4j 1.x compatibility layer.
|
Modifier and Type | Field and Description |
---|---|
protected Filter |
AppenderSkeleton.headFilter |
protected Filter |
AppenderSkeleton.tailFilter |
Modifier and Type | Method and Description |
---|---|
Filter |
AppenderSkeleton.getFilter() |
Filter |
Appender.getFilter()
Returns the head Filter.
|
Filter |
AppenderSkeleton.getFirstFilter() |
Modifier and Type | Method and Description |
---|---|
void |
AppenderSkeleton.addFilter(Filter newFilter) |
void |
Appender.addFilter(Filter newFilter)
Add a filter to the end of the filter list.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterWrapper
This acts as a container for Log4j 2 Filters to be attached to Log4j 1 components.
|
Modifier and Type | Method and Description |
---|---|
Filter |
FilterAdapter.getFilter()
Gets the actual filter.
|
Filter |
AppenderWrapper.getFilter() |
Modifier and Type | Method and Description |
---|---|
void |
AppenderWrapper.addFilter(Filter newFilter) |
Constructor and Description |
---|
FilterAdapter(Filter filter) |
Modifier and Type | Method and Description |
---|---|
Filter |
BuilderManager.parseFilter(String className,
Element filterElement,
XmlConfiguration config) |
Filter |
BuilderManager.parseFilter(String className,
String filterPrefix,
Properties props,
PropertiesConfiguration config) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.logging.log4j.core.Filter |
AbstractBuilder.buildFilters(String level,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
Filter |
FilterBuilder.parseFilter(Element element,
XmlConfiguration config) |
Filter |
StringMatchFilterBuilder.parseFilter(Element filterElement,
XmlConfiguration config) |
Filter |
LevelMatchFilterBuilder.parseFilter(Element filterElement,
XmlConfiguration config) |
Filter |
DenyAllFilterBuilder.parseFilter(Element filterElement,
XmlConfiguration config) |
Filter |
LevelRangeFilterBuilder.parseFilter(Element filterElement,
XmlConfiguration config) |
Filter |
FilterBuilder.parseFilter(PropertiesConfiguration config) |
Filter |
StringMatchFilterBuilder.parseFilter(PropertiesConfiguration config) |
Filter |
LevelMatchFilterBuilder.parseFilter(PropertiesConfiguration config) |
Filter |
DenyAllFilterBuilder.parseFilter(PropertiesConfiguration config) |
Filter |
LevelRangeFilterBuilder.parseFilter(PropertiesConfiguration config) |
Modifier and Type | Method and Description |
---|---|
Filter |
PropertiesConfiguration.parseAppenderFilters(Properties props,
String filterPrefix,
String appenderName) |
Modifier and Type | Field and Description |
---|---|
Filter |
Filter.next
Deprecated.
As of 1.2.12, use
getNext() and setNext(org.apache.log4j.spi.Filter) instead |
Modifier and Type | Method and Description |
---|---|
Filter |
Filter.getNext()
Return the pointer to the next filter.
|
Modifier and Type | Method and Description |
---|---|
void |
Filter.setNext(Filter next)
Set the next filter pointer.
|
Modifier and Type | Method and Description |
---|---|
Filter |
XmlConfiguration.parseFilters(Element filterElement)
Used internally to parse a filter element.
|
Copyright © 1999-1969 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.