You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Parameters
###General Options
name - Name of the target.
###Filtering Options
defaultFilter - Default filter to be applied when no specific rule matches. Condition
###Filtering Rules
_rules - The collection of filtering rules. The rules are processed top-down and the first rule that matches determines the filtering condition to be applied to log events. Collection
Each collection item is represented by <when /> element with the following attributes:
exists - Condition to be tested. Condition Required.
filter - Resulting filter to be applied when the condition matches. Condition Required.
##Remarks
PostFilteringWrapper must be used with some type of buffering target or wrapper, such as AsyncTargetWrapper, BufferingWrapper or ASPNetBufferingWrapper.