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
36675b6a
Kaydet (Commit)
36675b6a
authored
Ara 12, 2010
tarafından
Vinay Sajip
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Logging documentation - further update.
üst
7bdfe775
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
logging.rst
Doc/library/logging.rst
+4
-3
No files found.
Doc/library/logging.rst
Dosyayı görüntüle @
36675b6a
...
...
@@ -12,7 +12,7 @@
..
index
::
pair
:
Errors
;
logging
This
module
defines
functions
and
classes
which
implement
a
flexible
error
logging
system
for
applications
.
logging
system
for
applications
and
libraries
.
The
key
benefit
of
having
the
logging
API
provided
by
a
standard
library
module
is
that
all
Python
modules
can
participate
in
logging
,
so
your
application
log
...
...
@@ -224,8 +224,9 @@ will display::
As
you
can
see
,
merging
of
variable
data
into
the
event
description
message
uses
the
old
,
%-
style
of
string
formatting
.
This
is
for
backwards
compatibility
:
the
logging
package
pre
-
dates
newer
formatting
options
such
as
:
meth
:`
str
.
format
`
and
:
class
:`
string
.
Template
`.
These
formatting
options
*
are
*
supported
,
but
exploring
them
is
outside
the
scope
of
this
tutorial
.
:
meth
:`
str
.
format
`
and
:
class
:`
string
.
Template
`.
These
newer
formatting
options
*
are
*
supported
,
but
exploring
them
is
outside
the
scope
of
this
tutorial
.
Changing
the
format
of
displayed
messages
...
...
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