log4net SDK Reference

FilterSkeleton.Next Property

Property to get and set the next filter

[Visual Basic]
NotOverridable Public Property Next As IFilter _
    Implements IFilter.Next
[C#]
public IFilter Next {get; set;}

Property Value

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

FilterSkeleton Class | log4net.Filter Namespace