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
f164322f
Kaydet (Commit)
f164322f
authored
Kas 07, 2004
tarafından
Johannes Gijsbers
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Patch #1061924: add documentation for BaseRotatingHandler and correct
reference to non-existent function 'setRollover()'.
üst
eaaa7718
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
liblogging.tex
Doc/lib/liblogging.tex
+5
-2
No files found.
Doc/lib/liblogging.tex
Dosyayı görüntüle @
f164322f
...
...
@@ -77,6 +77,10 @@ streams (file-like objects).
\item
\class
{
FileHandler
}
instances send error messages to disk
files.
\item
\class
{
BaseRotatingHandler
}
is tha base class for handlers that
rotate log files at a certain point. It is not meant to be instantiated
directly. Instead, use RotatingFileHandler or TimedRotatingFileHandler.
\item
\class
{
RotatingFileHandler
}
instances send error messages to disk
files, with support for maximum log file sizes and log file rotation.
...
...
@@ -890,8 +894,7 @@ Does a rollover, as described above.
\end{methoddesc}
\begin{methoddesc}
{
emit
}{
record
}
Outputs the record to the file, catering for rollover as described
in
\method
{
setRollover()
}
.
Outputs the record to the file, catering for rollover as described previously.
\end{methoddesc}
\subsubsection
{
TimedRotatingFileHandler
}
...
...
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