AppenderSkeleton AddFilter Method Apache log4net™ SDK Documentation
Adds a filter to the end of the filter chain.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public virtual void AddFilter(
	IFilter filter
)
Remarks

The Filters are organized in a linked list.

Setting this property causes the new filter to be pushed onto the back of the filter chain.

See Also