Class ErrorFilter
public class ErrorFilter : EventFilterBase, IEventFilter
- Inheritance
-
ErrorFilter
- Implements
- Inherited Members
Constructors
ErrorFilter(IStringMatcher, IStringMatcher)
TBD
public ErrorFilter(IStringMatcher messageMatcher = null, IStringMatcher sourceMatcher = null)
Parameters
messageMatcher
IStringMatcherTBD
sourceMatcher
IStringMatcherTBD
ErrorFilter(Type, IStringMatcher, IStringMatcher, bool)
TBD
public ErrorFilter(Type exceptionType, IStringMatcher messageMatcher = null, IStringMatcher sourceMatcher = null, bool recurseInnerExceptions = false)
Parameters
exceptionType
TypeTBD
messageMatcher
IStringMatcherTBD
sourceMatcher
IStringMatcherTBD
recurseInnerExceptions
boolTBD
Exceptions
- ArgumentException
This exception is thrown when the specified
exceptionType
does not implement Exception.
Properties
FilterDescriptiveName
TBD
protected override string FilterDescriptiveName { get; }
Property Value
Methods
IsMatch(LogEvent)
TBD
protected override bool IsMatch(LogEvent evt)
Parameters
evt
LogEventTBD
Returns
- bool
TBD