mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Updated Logger.log() documentation to clarify that lvl parameter should be an integer.
This commit is contained in:
parent
6887c92b1e
commit
1cf56d0b8a
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue