Membrane Core v0.2.2 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 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