Class ErrorFilter
Implements
Inherited Members
Namespace: Akka.TestKit.Internal
Assembly: Akka.TestKit.dll
Syntax
public class ErrorFilter : EventFilterBase, IEventFilter
Constructors
| Edit this page 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, bool)
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 |
bool | recurseInnerExceptions | TBD |
Exceptions
Type | Condition |
---|---|
ArgumentException | This exception is thrown when the specified |
Properties
| Edit this page View SourceFilterDescriptiveName
TBD
Declaration
protected override string FilterDescriptiveName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
| Edit this page View SourceIsMatch(LogEvent)
TBD
Declaration
protected override bool IsMatch(LogEvent evt)
Parameters
Type | Name | Description |
---|---|---|
LogEvent | evt | TBD |
Returns
Type | Description |
---|---|
bool | TBD |