https://github.com/elixir-lang/logger_backends
Logger Backends extracted for Elixir v1.15+
https://github.com/elixir-lang/logger_backends
Last synced: 4 months ago
JSON representation
Logger Backends extracted for Elixir v1.15+
- Host: GitHub
- URL: https://github.com/elixir-lang/logger_backends
- Owner: elixir-lang
- License: apache-2.0
- Created: 2023-02-16T08:50:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T09:57:27.000Z (over 2 years ago)
- Last Synced: 2025-01-30T06:32:23.404Z (about 1 year ago)
- Language: Elixir
- Size: 32.2 KB
- Stars: 56
- Watchers: 8
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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