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

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

public IFilter Next { get; set; }

Property Value

Type: IFilter
The next filter in the chain

Implements

IFilter Next
Remarks

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

See Also