Created
December 8, 2016 14:19
-
-
Save python-consulting/f34b6040c618ff01293c75bdda4ad9b7 to your computer and use it in GitHub Desktop.
import and created logger with logging module
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
import logging | |
logger = logging.getLogger(__name__) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment