From: Vinay Sajip Date: Tue, 15 Apr 2014 22:11:15 +0000 (+0100) Subject: Issue #21245: updated documentation on exception() method and function. X-Git-Tag: v2.7.7rc1~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51f80c12a4a39edfee02efecc1e5fccb960af099;p=python Issue #21245: updated documentation on exception() method and function. --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 3a443c7424..0c50b2f8e9 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -222,7 +222,7 @@ is the module's name in the Python package namespace. interpreted as for :meth:`debug`. -.. method:: Logger.exception(msg, *args) +.. method:: Logger.exception(msg, *args, **kwargs) Logs a message with level :const:`ERROR` on this logger. The arguments are interpreted as for :meth:`debug`. Exception info is added to the logging @@ -840,7 +840,7 @@ functions. are interpreted as for :func:`debug`. -.. function:: exception(msg[, *args]) +.. function:: exception(msg[, *args[, **kwargs]]) Logs a message with level :const:`ERROR` on the root logger. The arguments are interpreted as for :func:`debug`. Exception info is added to the logging