Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 790 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 790 Bytes

LoggerBackends

hex.pm badge Documentation badge CI

Logger backends functionality for Elixir v1.15+.

Read the docs to learn more.

Installation

The package can be installed by adding logger_backends to your list of dependencies in mix.exs:

def deps do
  [
    {:logger_backends, "~> 1.0.0"}
  ]
end

License

Copyright 2023 Elixir Team.

Apache License 2.0.