Created
January 30, 2013 20:39
-
-
Save anteaya/4676723 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ python logging_example_03.py | |
| CRITICAL:__main__:foo was called | |
| 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