# `DalaDev.Server.ElixirLogBuffer`
[🔗](https://github.com/manhvu/dala_dev/blob/main/lib/dala_dev/server/elixir_log_buffer.ex#L1)

Holds the last N server-side Elixir log lines in memory so the dashboard
can restore them on reconnect. Fed by `DalaDev.Server.ElixirLogger`.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `clear`

```elixir
@spec clear() :: :ok
```

# `get`

```elixir
@spec get() :: [map()]
```

# `push`

```elixir
@spec push(map()) :: :ok
```

# `start_link`

```elixir
@spec start_link(keyword()) :: GenServer.on_start()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
