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 c0ecf21 commit a2d84e6Copy full SHA for a2d84e6
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