Created
July 18, 2019 04:45
-
-
Save halfdanrump/747c0e20607b9d86c4d30cae9ac59595 to your computer and use it in GitHub Desktop.
[simplelogging] #getting_started_on_medium
This file contains 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
import logging | |
logging.warning('Watch out!') # will print a message to the console | |
logging.info('I told you so') # will not print anything | |
logging.info('New print') # will not print anything |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment