Click or drag to resize
Akka.NETCustomEventFilter Constructor
TBD

Namespace:  Akka.TestKit.Internal
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public CustomEventFilter(
	Predicate<LogEvent> predicate
)

Parameters

predicate
Type: SystemPredicateLogEvent
TBD
See Also