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 37e421b commit e094544Copy full SHA for e094544
1 file changed
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