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: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
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