# LoggerBackends
[](https://hex.pm/packages/logger_backends)
[][docs]
[](https://github.com/elixir-lang/logger_backends/actions/workflows/main.yml)
Logger backends functionality for Elixir v1.15+.
[Read the docs to learn more][docs].
## Installation
The package can be installed by adding `logger_backends` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:logger_backends, "~> 1.0.0"}
]
end
```
## License
Copyright 2023 Elixir Team.
[Apache License 2.0](LICENSE).
[docs]: https://hexdocs.pm/logger_backends