Interface IEventFilter
TBD
Namespace: Akka.TestKit
Assembly: Akka.TestKit.dll
Syntax
public interface IEventFilter
Methods
| Improve this Doc View SourceApply(LogEvent)
TBD
Declaration
bool Apply(LogEvent logEvent)
Parameters
Type | Name | Description |
---|---|---|
LogEvent | logEvent | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |