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