Log.Reset.LogPaths.Server (Log Reset v0.1.41) View Source
A server process that holds, as its state, a map assigning configured log paths to their log levels.
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.