From 739d49e39b8c9aeafc7c4ca45e7046788126507d Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Fri, 24 Sep 2004 11:46:44 +0000 Subject: [PATCH] Added log() function documentation --- Doc/lib/liblogging.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index cfbb8384f1..9b57870642 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -193,6 +193,11 @@ is added to the logging message. This function should only be called from an exception handler. \end{funcdesc} +\begin{funcdesc}{log}{level, msg\optional{, *args\optional{, **kwargs}}} +Logs a message with level \var{level} on the root logger. +The other arguments are interpreted as for \function{debug()}. +\end{funcdesc} + \begin{funcdesc}{disable}{lvl} Provides an overriding level \var{lvl} for all loggers which takes precedence over the logger's own level. When the need arises to -- 2.50.1