Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63891ed commit 9907918Copy full SHA for 9907918
1 file changed
Lib/logging/__init__.py
@@ -1498,15 +1498,6 @@ def getLogger(name=None):
1498
else:
1499
return root
1500
1501
-#def getRootLogger():
1502
-# """
1503
-# Return the root logger.
1504
-#
1505
-# Note that getLogger('') now does the same thing, so this function is
1506
-# deprecated and may disappear in the future.
1507
1508
-# return root
1509
-
1510
def critical(msg, *args, **kwargs):
1511
"""
1512
Log a message with severity 'CRITICAL' on the root logger.
0 commit comments