From 1cf56d0b8a8302db8b264fa0928130340b4c34a1 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Wed, 4 Aug 2004 08:36:44 +0000 Subject: Updated Logger.log() documentation to clarify that lvl parameter should be an integer. --- Doc/lib/liblogging.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index 306d10d..daaabce 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -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} -- cgit v0.12