Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
36675b6a
Commit
36675b6a
authored
Dec 12, 2010
by
Vinay Sajip
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Logging documentation - further update.
parent
7bdfe775
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Doc/library/logging.rst
Doc/library/logging.rst
+4
-3
No files found.
Doc/library/logging.rst
View file @
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