Python color logger for console.
It write log messages:
- to the console (with any colors and backgrounds)
- to the file (optional)
For console output you can use the same text colors, attributes and background as described here: https://pypi.python.org/pypi/termcolor
Text colors:
- grey
- red
- green
- yellow
- blue
- magenta
- cyan
- white
Text highlights:
- on_grey
- on_red
- on_green
- on_yellow
- on_blue
- on_magenta
- on_cyan
- on_white