loggext.handlers¶
ColoredConsoleHandler¶
The ColoredConsoleHandler is similar to the logging.StreamHandler
with the difference of colored output.
The color is dependent on the logging-level.
LevelColoredConsoleHandler¶
If you don't like it as colorful there is also the LevelColoredConsoleHandler.
This one also colors the output, but only the %(level)s
part and not the whole message.