Membrane Core v0.3.0 Membrane.Log View Source
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
Link to this type
level_t()
View Source
level_t()
View Source
level_t() :: :debug | :info | :warn
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