README.md

# Membrane Framework: Loggers

[![Build Status](https://travis-ci.com/membraneframework/membrane-loggers.svg?branch=master)](https://travis-ci.com/membraneframework/membrane-loggers)

Set of different logger backend implementations for [Membrane Multimedia Framework](https://membraneframework.org).
Currently the only implementation is `Membrane.Loggers.Console`, printing logs to the standard output.

## Installation

Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.

```elixir
{:membrane_loggers, "~> 0.1"}
```

## Usage

For information on usage see the [chapter about logger in Membrane guide](https://membraneframework.org/guide/chapter2/logger.html)

Documentation is available at [HexDocs](https://hexdocs.pm/membrane_element_portaudio/)