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 standart output.
Installation
Add the following line to your deps
in mix.exs
. Run mix deps.get
.
{:membrane_loggers, "~> 0.1"}
Usage
For information on usage see the chapter about logger in Membrane guide
Documentation is available at HexDocs