FilteringWrapper target
If you want to contribute, please create a user account and contact Jarek to get edit access.
Filters log entries based on a condition.
Supported in



Configuration Syntax
<targets>
<target xsi:type="FilteringWrapper" name="String" condition="Condition">
<target xsi:type="wrappedTargetType" ...target properties... />
</target>
</targets>
Read more about using the Configuration File.<target xsi:type="FilteringWrapper" name="String" condition="Condition">
<target xsi:type="wrappedTargetType" ...target properties... />
</target>
</targets>
Parameters
- General Options
- name - Name of the target.
- Filtering Options
- condition - Condition expression. Log events who meet this condition will be forwarded to the wrapped target.Condition Required.




