Registry Helper v0.1.2 RegHelper View Source
Helps with Registry related tasks…
Link to this section Summary
Link to this section Functions
Link to this function
log_debug(pid \\ self(), tail)
View Source
log_debug(pid, String.t) :: :ok | {:error, term}
Link to this function
log_error(pid \\ self(), tail)
View Source
log_error(pid, String.t) :: :ok | {:error, term}
Link to this function
log_info(pid \\ self(), tail)
View Source
log_info(pid, String.t) :: :ok | {:error, term}
Link to this function
log_start(on_start)
View Source
log_start(GenServer.on_start) :: GenServer.on_start
Link to this function
log_warn(pid \\ self(), tail)
View Source
log_warn(pid, String.t) :: :ok | {:error, term}