Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
3639807a
Kaydet (Commit)
3639807a
authored
Kas 23, 2011
tarafından
Vinay Sajip
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch.
üst
42d96dc0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
logging.rst
Doc/library/logging.rst
+9
-3
No files found.
Doc/library/logging.rst
Dosyayı görüntüle @
3639807a
...
...
@@ -59,9 +59,15 @@ instantiated directly, but always through the module-level function
..
attribute
::
Logger
.
propagate
If
this
evaluates
to
false
,
logging
messages
are
not
passed
by
this
logger
or
by
its
child
loggers
to
the
handlers
of
higher
level
(
ancestor
)
loggers
.
The
constructor
sets
this
attribute
to
1.
If
this
evaluates
to
true
,
logging
messages
are
passed
by
this
logger
and
by
its
child
loggers
to
the
handlers
of
higher
level
(
ancestor
)
loggers
.
Messages
are
passed
directly
to
the
ancestor
loggers
' handlers - neither the
level nor filters of the ancestor loggers in question are considered.
If this evaluates to false, logging messages are not passed to the handlers
of ancestor loggers.
The constructor sets this attribute to 1.
.. method:: Logger.setLevel(lvl)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment