Skip to content

Instantly share code, notes, and snippets.

View mameen's full-sized avatar

mameen

View GitHub Profile
@mameen
mameen / colorlog.py
Last active July 8, 2018 14:37 — forked from kergoth/colorlog.py
Colorizing log handler
# Original code from https://gist.github.com/kergoth/813057
# Courtesy http://plumberjack.blogspot.com/2010/12/colorizing-logging-output-in-terminals.html
# Tweaked to use colorama for the coloring
import colorama
import logging
import os
import sys