Optional
context: EventContext<Record<string, unknown>, (ServerProviderEvents | ClientProviderEvents)>Optional
eventType: AnyProviderEventSets a logger on this receiver. This logger supersedes to the global logger and is passed to various components in the SDK. The logger configured on the global API object will be used for all evaluations, unless overridden in a particular client.
The logger to be used
The receiver (this object)
The OpenFeatureEventEmitter can be used by provider developers to emit events at various parts of the provider lifecycle.
NOTE: Ready and error events are automatically emitted by the SDK based on the result of the initialize method.