README.md

# Membrane Framework: Loggers

[![Hex.pm](https://img.shields.io/hexpm/v/membrane_loggers.svg)](https://hex.pm/packages/membrane_loggers)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_loggers/)
[![CircleCI](https://circleci.com/gh/membraneframework/membrane-loggers.svg?style=svg)](https://circleci.com/gh/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.2.0"}
```

## Usage

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

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

## Copyright and License

Copyright 2018, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)

[![Software Mansion](https://membraneframework.github.io/static/logo/swm_logo_readme.png)](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)

Licensed under the [Apache License, Version 2.0](LICENSE)