WhenEqualFilter Class |
Namespace: NLog.Filters
The WhenEqualFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| WhenEqualFilter | Initializes a new instance of the WhenEqualFilter class |
| Name | Description | |
|---|---|---|
| Action |
Gets or sets the action to be taken when filter matches.
(Inherited from Filter.) | |
| CompareTo |
Gets or sets a string to compare the layout to.
| |
| 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.) |
| Name | Description | |
|---|---|---|
| Check |
Checks whether log event should be logged or not.
(Overrides FilterCheck(LogEventInfo).) |