InMemory

A simple in-memory event logger.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun logEvent(event: ExternalEvent)

Send an event to the log.

Link copied to clipboard
open override fun reportEvents(): List<ExternalEvent>

Return the list of all currently logged events in-order.