Class WarningFilter
Implements
Inherited Members
Namespace: Akka.TestKit.Internal
Assembly: Akka.TestKit.dll
Syntax
public class WarningFilter : EventFilterBase, IEventFilter
Constructors
| Improve this Doc View SourceWarningFilter(IStringMatcher, IStringMatcher)
TBD
Declaration
public WarningFilter(IStringMatcher messageMatcher = null, IStringMatcher sourceMatcher = null)
Parameters
Type | Name | Description |
---|---|---|
IStringMatcher | messageMatcher | TBD |
IStringMatcher | sourceMatcher | TBD |
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 |