Package | Description |
---|---|
org.apache.log4j |
Log4j 1.x compatibility layer.
|
org.apache.log4j.spi |
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 | 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.
|