Registry Helper v0.1.0 RegHelper View Source

Helps with Registry related tasks…

Link to this section Summary

Link to this section Functions

Link to this function log_debug(tail) View Source
log_debug(String.t) :: :ok | {:error, term}
Link to this function log_error(tail) View Source
log_error(String.t) :: :ok | {:error, term}
Link to this function log_info(tail) View Source
log_info(String.t) :: :ok | {:error, term}
Link to this function log_init(tail \\ "") View Source
log_init(String.t) :: :ok | {:error, term}
Link to this function log_warn(tail) View Source
log_warn(String.t) :: :ok | {:error, term}
Link to this macro store(id, state) View Source (macro)