Untangle - logging and inspecting with code location information

Untangle provides alternatives for IO.inspect and the macros in Elixir’s Logger to output code location information. It also provides a polyfill for calls to dbg which was introduced in Elixir 1.14 (it won’t give you the IEx integration but will show an ouput in console, which is handy if you want to start using dbg in codebases where not everyone is on the latest Elixir).

Code: GitHub - bonfire-networks/untangle: Logging and inspecting with location information
Hex: untangle | Hex
Read me: Untangle — untangle v0.1.0
Module Docs: Untangle — untangle v0.1.0

3 Likes