The LevelMatchFilter type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| LevelMatchFilter |
Default constructor
|
Methods
| Name | Description | |
|---|---|---|
| ActivateOptions |
Initialize the filter with the options set
(Inherited from FilterSkeleton.) | |
| Decide |
Tests if the Level of the logging event matches that of the filter
(Overrides FilterSkeleton Decide(LoggingEvent).) | |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| AcceptOnMatch | Accept when matching LevelToMatch | |
| LevelToMatch |
The Level that the filter will match
| |
| Next |
Property to get and set the next filter
(Inherited from FilterSkeleton.) |
See Also