Click or drag to resize

FilteringRule Class

Filtering rule for PostFilteringTargetWrapper.
Inheritance Hierarchy
SystemObject
  NLog.Targets.WrappersFilteringRule

Namespace:  NLog.Targets.Wrappers
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public class FilteringRule

The FilteringRule type exposes the following members.

Constructors
  NameDescription
Public methodFilteringRule
Initializes a new instance of the FilteringRule class.
Public methodFilteringRule(ConditionExpression, ConditionExpression)
Initializes a new instance of the FilteringRule class.
Top
Properties
  NameDescription
Public propertyExists
Gets or sets the condition to be tested.
Public propertyFilter
Gets or sets the resulting filter to be applied when the condition matches.
Top
See Also