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

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_console_backend() :: :ok | {:error, atom()}

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

Link to this function

remove_console_backend()

View Source

Specs

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

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