FilterSkeletonNext Property Apache log4net™ SDK Documentation
Property to get and set the next filter

Namespace: log4net.Filter
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public IFilter Next { get; set; }

Property Value

Type: IFilter
The next filter in the chain

Implements

IFilterNext
Remarks

Filters are typically composed into chains. This property allows the next filter in the chain to be accessed.

See Also

Reference