]> granicus.if.org Git - python/commitdiff
Issue #12206: documentation for LogRecord constructor updated re. the level argument.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 11 Jun 2011 22:03:37 +0000 (23:03 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 11 Jun 2011 22:03:37 +0000 (23:03 +0100)
Doc/library/logging.rst

index 32f762d5068fbcf190a0f5b12fb995ecce068ce7..76633dba197871cbf841eb3f17852a4a16220e2c 100644 (file)
@@ -544,6 +544,9 @@ wire).
    :param name:  The name of the logger used to log the event represented by
                  this LogRecord.
    :param level: The numeric level of the logging event (one of DEBUG, INFO etc.)
+                 Note that this is converted to *two* attributes of the LogRecord:
+                 ``levelno`` for the numeric value and ``levelname`` for the
+                 corresponding level name.
    :param pathname: The full pathname of the source file where the logging call
                     was made.
    :param lineno: The line number in the source file where the logging call was