[Python-checkins] python/dist/src/Doc/lib liblogging.tex,1.22,1.23

vsajip at users.sourceforge.net vsajip at users.sourceforge.net
Wed Aug 4 10:36:46 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11119

Modified Files:
	liblogging.tex 
Log Message:
Updated Logger.log() documentation to clarify that lvl parameter should be an integer.

Index: liblogging.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liblogging.tex,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** liblogging.tex	21 Jul 2004 14:40:11 -0000	1.22
--- liblogging.tex	4 Aug 2004 08:36:44 -0000	1.23
***************
*** 315,319 ****
  
  \begin{methoddesc}{log}{lvl, msg\optional{, *args\optional{, **kwargs}}}
! Logs a message with level \var{lvl} on this logger.
  The other arguments are interpreted as for \method{debug()}.
  \end{methoddesc}
--- 315,319 ----
  
  \begin{methoddesc}{log}{lvl, msg\optional{, *args\optional{, **kwargs}}}
! Logs a message with integer level \var{lvl} on this logger.
  The other arguments are interpreted as for \method{debug()}.
  \end{methoddesc}



More information about the Python-checkins mailing list