forked from NLog/NLog
-
Notifications
You must be signed in to change notification settings - Fork 0
Filters
Xharze edited this page Sep 24, 2012
·
1 revision
##Supported Filters
- when filter - Matches when the specified condition is met.
- whenContains filter - Matches when the calculated layout contains the specified substring. This filter is deprecated in favour of <when /> which is based on contitions.
- whenEqual filter - Matches when the calculated layout is equal to the specified substring. This filter is deprecated in favour of <when /> which is based on contitions.
- whenNotContains filter - Matches when the calculated layout does NOT contain the specified substring. This filter is deprecated in favour of <when /> which is based on contitions.
- whenNotEqual filter - Matches when the calculated layout is NOT equal to the specified substring. This filter is deprecated in favour of <when /> which is based on contitions.