| Filter Class |
An abstract filter class. Provides a way to eliminate log messages
based on properties other than logger name and log level.
Inheritance Hierarchy
Namespace:
NLog.Filters
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public abstract class Filter
Public MustInherit Class Filter
Dim instance As Filter
[<AbstractClassAttribute>]
type Filter = class end
The Filter type exposes the following members.
Constructors
| Name | Description |
---|
| Filter |
Initializes a new instance of the Filter class.
|
TopProperties
| Name | Description |
---|
| Action |
Gets or sets the action to be taken when filter matches.
|
TopMethods
| Name | Description |
---|
| Check |
Checks whether log event should be logged or not.
|
TopSee Also