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
ace08aba
Kaydet (Commit)
ace08aba
authored
Ock 15, 2014
tarafından
Vinay Sajip
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clarified documentation note on module-level convenience functions.
üst
f583f414
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
logging.rst
Doc/library/logging.rst
+9
-8
No files found.
Doc/library/logging.rst
Dosyayı görüntüle @
ace08aba
...
...
@@ -852,14 +852,15 @@ functions.
Logs
a
message
with
level
*
level
*
on
the
root
logger
.
The
other
arguments
are
interpreted
as
for
:
func
:`
debug
`.
..
note
::
The
above
module
-
level
functions
which
delegate
to
the
root
logger
should
*
not
*
be
used
in
threads
,
in
versions
of
Python
earlier
than
2.7.1
and
3.2
,
unless
at
least
one
handler
has
been
added
to
the
root
logger
*
before
*
the
threads
are
started
.
These
convenience
functions
call
:
func
:`
basicConfig
`
to
ensure
that
at
least
one
handler
is
available
;
in
earlier
versions
of
Python
,
this
can
(
under
rare
circumstances
)
lead
to
handlers
being
added
multiple
times
to
the
root
logger
,
which
can
in
turn
lead
to
multiple
messages
for
the
same
event
.
..
note
::
The
above
module
-
level
convenience
functions
,
which
delegate
to
the
root
logger
,
call
:
func
:`
basicConfig
`
to
ensure
that
at
least
one
handler
is
available
.
Because
of
this
,
they
should
*
not
*
be
used
in
threads
,
in
versions
of
Python
earlier
than
2.7.1
and
3.2
,
unless
at
least
one
handler
has
been
added
to
the
root
logger
*
before
*
the
threads
are
started
.
In
earlier
versions
of
Python
,
due
to
a
thread
safety
shortcoming
in
:
func
:`
basicConfig
`,
this
can
(
under
rare
circumstances
)
lead
to
handlers
being
added
multiple
times
to
the
root
logger
,
which
can
in
turn
lead
to
multiple
messages
for
the
same
event
.
..
function
::
disable
(
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