| EventFilterBaseIsMatch 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
)
abstract IsMatch :
evt : LogEvent -> bool
Parameters
- evt
- Type: Akka.EventLogEvent
TBD
Return Value
Type:
Booleantrue to filter the event.
See Also