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
b1a15e48
Kaydet (Commit)
b1a15e48
authored
Ock 15, 2009
tarafından
Vinay Sajip
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Minor changes/corrections in markup.
üst
b5902e60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
logging.rst
Doc/library/logging.rst
+5
-1
No files found.
Doc/library/logging.rst
Dosyayı görüntüle @
b1a15e48
...
...
@@ -535,6 +535,8 @@ provided:
#. :class:`FileHandler` instances send error messages to disk files.
.. module:: logging.handlers
#. :class:`BaseRotatingHandler` is the base class for handlers that
rotate log files at a certain point. It is not meant to be instantiated
directly. Instead, use :class:`RotatingFileHandler` or
...
...
@@ -572,6 +574,8 @@ provided:
name. This handler is only useful on Unix-like systems; Windows does not
support the underlying mechanism used.
.. currentmodule:: logging
#. :class:`NullHandler` instances do nothing with error messages. They are used
by library developers who want to use logging, but want to avoid the "No
handlers could be found for logger XXX" message which can be displayed if
...
...
@@ -1658,7 +1662,7 @@ WatchedFileHandler
..
versionadded
::
2.6
..
module
::
logging
.
handlers
..
current
module
::
logging
.
handlers
The
:
class
:`
WatchedFileHandler
`
class
,
located
in
the
:
mod
:`
logging
.
handlers
`
module
,
is
a
:
class
:`
FileHandler
`
which
watches
the
file
it
is
logging
to
.
If
...
...
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