Skip to content

Instantly share code, notes, and snippets.

@tomazk
Created January 1, 2012 12:56
Show Gist options
  • Save tomazk/1547266 to your computer and use it in GitHub Desktop.
Save tomazk/1547266 to your computer and use it in GitHub Desktop.
Better logging levels
'''
Real life logging levels. Use this module instead of built-in logging throughout your project.
'''
from logging import *
fyi = debug
ewbte = info # everything went better than expected
lolwat = warn
omg = error
fml = critical
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment