Holds the last 500 log lines in memory so the LiveView can restore them on reconnect without losing context from before a crash or page refresh.
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec clear() :: :ok
@spec get() :: [map()]
@spec push(map()) :: :ok
@spec start_link(keyword()) :: GenServer.on_start()