Log.Reset.LogPaths.Server (Log Reset v0.1.44) 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 "log paths" server process registered under the module name.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Specs
init(term()) :: {:ok, state :: Log.Reset.LogPaths.t()}
Callback implementation for GenServer.init/1
.
Specs
start_link(term()) :: GenServer.on_start()
Spawns a "log paths" server process registered under the module name.