Log.Reset.LogPaths.Server (Log Reset v0.1.46) View Source

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

Link to this section Summary

Types

Server state

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

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

Link to this section Types

Specs

state() :: Log.Reset.LogPaths.t()

Server state

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Specs

init(term()) :: {:ok, state()}

Callback implementation for GenServer.init/1.

Specs

start_link(term()) :: GenServer.on_start()

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