Class ErrorFilter
Implements
Inherited Members
Namespace: Akka.TestKit.Internal
Assembly: Akka.TestKit.dll
Syntax
public class ErrorFilter : EventFilterBase, IEventFilter
Constructors
| Improve this Doc View SourceErrorFilter(IStringMatcher, IStringMatcher)
TBD
Declaration
public ErrorFilter(IStringMatcher messageMatcher = null, IStringMatcher sourceMatcher = null)
Parameters
Type | Name | Description |
---|---|---|
IStringMatcher | messageMatcher | TBD |
IStringMatcher | sourceMatcher | TBD |
ErrorFilter(Type, IStringMatcher, IStringMatcher, Boolean)
TBD
Declaration
public ErrorFilter(Type exceptionType, IStringMatcher messageMatcher = null, IStringMatcher sourceMatcher = null, bool recurseInnerExceptions = false)
Parameters
Type | Name | Description |
---|---|---|
Type | exceptionType | TBD |
IStringMatcher | messageMatcher | TBD |
IStringMatcher | sourceMatcher | TBD |
Boolean | recurseInnerExceptions | TBD |
Exceptions
Type | Condition |
---|---|
ArgumentException | This exception is thrown when the specified |
Properties
| Improve this Doc View SourceFilterDescriptiveName
TBD
Declaration
protected override string FilterDescriptiveName { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Methods
| Improve this Doc View SourceIsMatch(LogEvent)
TBD
Declaration
protected override bool IsMatch(LogEvent evt)
Parameters
Type | Name | Description |
---|---|---|
LogEvent | evt | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |