Logger.remove_backend

You're seeing just the function remove_backend, go back to Logger module for more information.
Link to this function

remove_backend(backend, opts \\ [])

View Source

Specs

remove_backend(backend(), keyword()) :: :ok | {:error, term()}

Removes a backend.

Options

  • :flush - when true, guarantees all messages currently sent to Logger are processed before the backend is removed