Added log() function documentation

This commit is contained in:
Vinay Sajip 2004-09-24 11:46:44 +00:00
parent b2635b2f71
commit 739d49e39b
1 changed files with 5 additions and 0 deletions

View File

@ -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