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 ebc1a30 commit 65425b4Copy full SHA for 65425b4
1 file changed
Doc/library/logging.rst
@@ -250,7 +250,7 @@ is the module's name in the Python package namespace.
250
interpreted as for :meth:`debug`.
251
252
253
-.. method:: Logger.exception(msg, *args)
+.. method:: Logger.exception(msg, *args, **kwargs)
254
255
Logs a message with level :const:`ERROR` on this logger. The arguments are
256
interpreted as for :meth:`debug`. Exception info is added to the logging
@@ -992,7 +992,7 @@ functions.
992
are interpreted as for :func:`debug`.
993
994
995
-.. function:: exception(msg, *args)
+.. function:: exception(msg, *args, **kwargs)
996
997
Logs a message with level :const:`ERROR` on the root logger. The arguments are
998
interpreted as for :func:`debug`. Exception info is added to the logging
0 commit comments