# `MobDev.Server.LogBuffer`
[🔗](https://github.com/genericjam/mob_dev/blob/master/lib/mob_dev/server/log_buffer.ex#L1)

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.

# `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*
