AppenderSkeleton FilterHead Property Apache log4net™ SDK Documentation
The filter chain.

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

public virtual IFilter FilterHead { get; }

Property Value

Type: IFilter
The head of the filter chain filter chain.
Remarks

Returns the head Filter. The Filters are organized in a linked list and so all Filters on this Appender are available through the result.

See Also