Click or drag to resize

LoggingRuleFilters Property

Gets a collection of filters to be checked before writing to targets.

Namespace:  NLog.Config
Assembly:  NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntax
public IList<Filter> Filters { get; }

Property Value

Type: IListFilter
See Also