README.md
# LoggerBackends
[![hex.pm badge](https://img.shields.io/badge/Package on hex.pm-informational)](https://hex.pm/packages/logger_backends)
[![Documentation badge](https://img.shields.io/badge/Documentation-ff69b4)][docs]
[![CI](https://github.com/elixir-lang/logger_backends/actions/workflows/main.yml/badge.svg)](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