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

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

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.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

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

Callback implementation for GenServer.init/1.

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

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