Membrane Framework: Loggers
Set of different logger backend implementations for Membrane Multimedia Framework.
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
.
{:membrane_loggers, "~> 0.2"}
Usage
For information on usage see the chapter about logger in Membrane guide
Documentation is available at HexDocs
Copyright and License
Copyright 2018, Software Mansion
Licensed under the Apache License, Version 2.0