| TestKitBaseEventFilter Property |
Filter
LogEvent sent to the system's
EventStream.
In order to be able to filter the log the special logger
TestEventListener must be installed using the config
akka.loggers = ["Akka.TestKit.TestEventListener, Akka.TestKit"]
It is installed by default in testkit.
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public EventFilterFactory EventFilter { get; }
member EventFilter : EventFilterFactory with get
Property Value
Type:
EventFilterFactorySee Also