Implementation of coloring handler for the Erlang's logger. See https://github.com/hauleth/logger_colorful.
formatter
- parent formatter which will be used for message
formattingcolors
- map of logger:log_level()
and colors in form atom
describing color name, or 2-ary or 3-ary tuple with 1 or 2 modifiers for
the colorAvailable colors:
black
red
green
yellow
blue
magenta
cyan
white
Available modifiers:
fg
- set foreground colorbg
- set background colorbright
- use bright colorGenerated by EDoc