Click or drag to resize
Akka.NETEventFilterBaseIsMatch Method
Determines whether the specified event should be filtered or not.

Namespace:  Akka.TestKit.Internal
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected abstract bool IsMatch(
	LogEvent evt
)

Parameters

evt
Type: Akka.EventLogEvent
TBD

Return Value

Type: Boolean
true to filter the event.
See Also