# `Log.Reset.LogPaths.Server`
[🔗](https://github.com/RaymondLoranger/log_reset/blob/main/lib/log/reset/log_paths/server.ex#L1)

A server process that holds a map of configured log paths as its state.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `init`

```elixir
@spec init(term()) :: {:ok, state :: Log.Reset.LogPaths.t()}
```

# `start_link`

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

Spawns a "log paths" server process registered under the module name.

---

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