Log.Reset.ConfigPathsServer (Log Reset v0.1.22) View Source
A server process that holds a map of configured log paths as its state.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.init/1
.
Spawns a config paths server process registered under the module name.
Link to this section Types
Specs
from() :: GenServer.from()
Specs
handle_call() :: {:reply, reply :: term(), state :: Log.Reset.ConfigPaths.t()}
Specs
handle_cast() :: {:noreply, state :: Log.Reset.ConfigPaths.t()}
Specs
handle_info() :: {:noreply, state :: Log.Reset.ConfigPaths.t()}
Specs
init() :: {:ok, state :: Log.Reset.ConfigPaths.t()}
Specs
message() :: tuple()
Specs
on_start() :: GenServer.on_start()
Specs
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Specs
init(Log.Reset.ConfigPaths.levels()) :: init()
Callback implementation for GenServer.init/1
.
Specs
start_link(Log.Reset.ConfigPaths.levels()) :: on_start()
Spawns a config paths server process registered under the module name.