Holds the last 200 server-side Elixir log lines in memory so the dashboard
can restore them on reconnect. Fed by MobDev.Server.ElixirLogger.
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()