Last updated: 2006-09-18
This website is based on NLog v1.0.
Click here to view the documentation
for other versions.
| 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| Assembly | Class | .NET Framework | .NET CF | Mono on Windows | Mono on Unix |
|---|
| 1.0 | 1.1 | 2.0 | 1.0 | 2.0 | 1.0 | 2.0 | 1.0 | 2.0 |
|---|
| NLog.dll | NLog.Filters.WhenNotContainsFilter |  |  |  |  |  |  |  |  |  |
Parameters:| Name | Type | Description |
|---|
| Action | FilterResult | User-requested action to be taken when filter matches.
| | Layout | string | The layout text;
| | Substring | string | Substring to be matched.
| | IgnoreCase | boolean | Ignore case when comparing strings.
Default value is: False. |
Back to the filter list. |
| Copyright © 2004-2006 by Jarosław Kowalski. |