Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9620cc0 commit 0aaa9e1Copy full SHA for 0aaa9e1
1 file changed
Doc/library/logging.rst
@@ -544,6 +544,9 @@ wire).
544
:param name: The name of the logger used to log the event represented by
545
this LogRecord.
546
:param level: The numeric level of the logging event (one of DEBUG, INFO etc.)
547
+ Note that this is converted to *two* attributes of the LogRecord:
548
+ ``levelno`` for the numeric value and ``levelname`` for the
549
+ corresponding level name.
550
:param pathname: The full pathname of the source file where the logging call
551
was made.
552
:param lineno: The line number in the source file where the logging call was
0 commit comments