File.Only.Logger.Proxy.Try (File-Only Logger v0.1.39) View Source

Removes or adds the console backend. Keeps trying in case of failures.

Link to this section Summary

Functions

Adds the console backend. If it fails, will retry up to 7 times.

Removes the console backend. If it fails, will retry up to 7 times.

Link to this section Functions

Specs

add_backend() :: :ok | {:error, atom()}

Adds the console backend. If it fails, will retry up to 7 times.

Specs

remove_backend() :: :ok | {:error, atom()}

Removes the console backend. If it fails, will retry up to 7 times.