Commit 1cf56d0b authored by Vinay Sajip's avatar Vinay Sajip

Updated Logger.log() documentation to clarify that lvl parameter should be an integer.

parent 6887c92b
......@@ -314,7 +314,7 @@ The arguments are interpreted as for \method{debug()}.
\end{methoddesc}
\begin{methoddesc}{log}{lvl, msg\optional{, *args\optional{, **kwargs}}}
Logs a message with level \var{lvl} on this logger.
Logs a message with integer level \var{lvl} on this logger.
The other arguments are interpreted as for \method{debug()}.
\end{methoddesc}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment