loggy v0.1.1 API Reference
Modules
Loggy is a simple logging tool designed for Elixir CLIs, as the default logger does not support colours in escripts. Loggy does not integrate with Logger. Instead, it's tailored around CLI usage
Default formatting functions of loggy. They should take a string and return something printable.
This can be a string, or a list, as is the case with IO.ANSI.format/2, used for colour in the
default functions