URL: http://github.com/python/cpython/commit/b7fb2359e8834557b41abf51a848e7bdd2d6e58f
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 1bc55a0 commit b7fb235Copy full SHA for b7fb235
Doc/howto/logging.rst
@@ -28,7 +28,7 @@ When to use logging
28
^^^^^^^^^^^^^^^^^^^
29
30
You can access logging functionality by creating a logger via ``logger =
31
-getLogger(__name__)``, and then calling the logger's :meth:`~Logger.debug`,
+logging.getLogger(__name__)``, and then calling the logger's :meth:`~Logger.debug`,
32
:meth:`~Logger.info`, :meth:`~Logger.warning`, :meth:`~Logger.error` and
33
:meth:`~Logger.critical` methods. To determine when to use logging, and to see
34
which logger methods to use when, see the table below. It states, for each of a
0 commit comments