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
f43c4d66
Kaydet (Commit)
f43c4d66
authored
Ock 08, 2013
tarafından
Vinay Sajip
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #16884: Merged doc fix from 3.3.
üst
1a03ac83
9a546530
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
logging.rst
Doc/howto/logging.rst
+4
-4
logging.rst
Doc/library/logging.rst
+2
-2
No files found.
Doc/howto/logging.rst
Dosyayı görüntüle @
f43c4d66
...
...
@@ -970,10 +970,10 @@ The default implementation of :meth:`handleError` in :class:`Handler` checks
to see if a module-level variable, :data:`raiseExceptions`, is set. If set, a
traceback is printed to :data:`sys.stderr`. If not set, the exception is swallowed.
**Note:** The default value of :data:`raiseExceptions` is ``True``. This is because
during development, you typically want to be notified of any exceptions that
occur. It's advised that you set :data:`raiseExceptions` to ``False`` for production
usage.
.. note:: The default value of :data:`raiseExceptions` is ``True``. This is
because during development, you typically want to be notified of any
exceptions that occur. It's advised that you set :data:`raiseExceptions` to
``False`` for production
usage.
.. currentmodule:: logging
...
...
Doc/library/logging.rst
Dosyayı görüntüle @
f43c4d66
...
...
@@ -978,8 +978,8 @@ functions.
registered
using
this
function
,
levels
should
be
positive
integers
and
they
should
increase
in
increasing
order
of
severity
.
NOTE
:
If
you
are
thinking
of
defining
your
own
levels
,
please
see
the
section
on
:
ref
:`
custom
-
levels
`.
..
note
::
If
you
are
thinking
of
defining
your
own
levels
,
please
see
the
section
on
:
ref
:`
custom
-
levels
`.
..
function
::
getLevelName
(
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