WhenNotContainsFilter Class |
Namespace: NLog.Filters
The WhenNotContainsFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| WhenNotContainsFilter | Initializes a new instance of the WhenNotContainsFilter class |
| Name | Description | |
|---|---|---|
| Action |
Gets or sets the action to be taken when filter matches.
(Inherited from Filter.) | |
| IgnoreCase |
Gets or sets a value indicating whether to ignore case when comparing strings.
| |
| Layout |
Gets or sets the layout to be used to filter log messages.
(Inherited from LayoutBasedFilter.) | |
| Substring |
Gets or sets the substring to be matched.
|
| Name | Description | |
|---|---|---|
| Check |
Checks whether log event should be logged or not.
(Overrides FilterCheck(LogEventInfo).) |