Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EventLogger

This collector and emitter can help applications with creating a local log of actions happening in the SDK. It could also prove valuable for analytics. The NetworkHealthMonitor uses these events for monitoring purposes

export

Hierarchy

  • EventLogger

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

changes$

changes$: Subject<EventLog> = new Subject()

The activity log stream

Methods

addApplicationEvent

addServiceEvent

  • This method will emit a service activity event. Will be called by core.fetch but is exposed for other fetch sources

    Parameters

    Returns void