supportedEvents property

List<LogEvent>? supportedEvents
getter/setter pair

A list of specific LogEvent types that this strategy supports. If null, all events are considered supported.

Implementation

List<LogEvent>? supportedEvents;