log4net SDK Reference

IFilter.Next Property

Property to get and set the next filter

[Visual Basic]
Property Next As IFilter
[C#]
IFilter Next {get; set;}

Property Value

The next filter in the chain

Remarks

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

See Also

IFilter Interface | log4net.Filter Namespace