Membrane.Log (Membrane Core v0.8.1) View Source

This module is deprecated. Use Elixir `Logger` or `Membrane.Logger` instead.

Mixin for logging using simple functions such as info/1, debug/1 in other modules.

Link to this section Summary

Link to this section Types

Specs

level_t() :: :debug | :info | :warn

Link to this section Functions

Link to this macro

debug(message, tags \\ [])

View Source (macro)
Link to this macro

info(message, tags \\ [])

View Source (macro)
Link to this macro

log(level, message, tags \\ [])

View Source (macro)
Link to this macro

or_warn_error(v, message, tags \\ [])

View Source (macro)
Link to this macro

warn(message, tags \\ [])

View Source (macro)
Link to this macro

warn_error(message, reason, tags \\ [])

View Source (macro)