Skip to content

Instantly share code, notes, and snippets.

@anteaya
Created January 30, 2013 20:43
Show Gist options
  • Save anteaya/4676756 to your computer and use it in GitHub Desktop.
Save anteaya/4676756 to your computer and use it in GitHub Desktop.
$ python logging_example_04.py
CRITICAL:__main__:foo was called
DEBUG:__main__:this message output from debug
WARNING:__main__:this is a warning message
INFO:__main__:this is some information, hope it is helpful
ERROR:__main__:this is an error
Hello World!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment