Build StatusCoverage Statushex.pm version

LoggerAmqpBackend

Elixir Logger backend to send logs to an AMQP broker (eg: RabbitMQ). Based largely on logger_file_backend. LoggerAmqpBackend is a custom backend for the elixir :logger application. The :logger application should be started prior to using this backend.

Configuration

Installation

If available in Hex, the package can be installed by adding logger_amqp_backend to your list of dependencies in mix.exs:

def deps do
[
{:logger_amqp_backend, "~> 0.1.0"}
]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/logger_amqp_backend.