Click or drag to resize

WhenNotEqualFilter Class

Matches when the calculated layout is NOT equal to the specified substring. This filter is deprecated in favor of <when /> which is based on conditions.
Inheritance Hierarchy
SystemObject
  NLog.FiltersFilter
    NLog.FiltersLayoutBasedFilter
      NLog.FiltersWhenNotEqualFilter

Namespace:  NLog.Filters
Assembly:  NLog (in NLog.dll) Version: 5.3.1+cf6675da40ccfd4c8c526a3b2bdbeed3442910a1
Syntax
public class WhenNotEqualFilter : LayoutBasedFilter

The WhenNotEqualFilter type exposes the following members.

Constructors
  NameDescription
Public methodWhenNotEqualFilter
Initializes a new instance of the WhenNotEqualFilter class.
Top
Properties
  NameDescription
Public propertyAction
Gets or sets the action to be taken when filter matches.
(Inherited from Filter.)
Public propertyCompareTo
Gets or sets a string to compare the layout to.
Public propertyIgnoreCase
Gets or sets a value indicating whether to ignore case when comparing strings.
Public propertyLayout
Gets or sets the layout to be used to filter log messages.
(Inherited from LayoutBasedFilter.)
Top
Methods
  NameDescription
Protected methodCheck
Checks whether log event should be logged or not.
(Overrides FilterCheck(LogEventInfo).)
Top
See Also