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
2f3d6993
Commit
2f3d6993
authored
Oct 27, 2017
by
Arthur Darcet
Committed by
Vinay Sajip
Oct 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed sorting order of the LogRecord attributes in the documentation. (GH-4133)
parent
afad147b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/library/logging.rst
Doc/library/logging.rst
+4
-4
No files found.
Doc/library/logging.rst
View file @
2f3d6993
...
@@ -779,15 +779,15 @@ the options available to you.
...
@@ -779,15 +779,15 @@ the options available to you.
|
lineno
|
``%(
lineno
)
d
``
|
Source
line
number
where
the
logging
call
was
|
|
lineno
|
``%(
lineno
)
d
``
|
Source
line
number
where
the
logging
call
was
|
|
|
|
issued
(
if
available
).
|
|
|
|
issued
(
if
available
).
|
+----------------+-------------------------+-----------------------------------------------+
+----------------+-------------------------+-----------------------------------------------+
|
message
|
``%(
message
)
s
``
|
The
logged
message
,
computed
as
``
msg
%
|
|
|
|
args
``.
This
is
set
when
|
|
|
|
:
meth
:`
Formatter
.
format
`
is
invoked
.
|
+----------------+-------------------------+-----------------------------------------------+
|
module
|
``%(
module
)
s
``
|
Module
(
name
portion
of
``
filename
``).
|
|
module
|
``%(
module
)
s
``
|
Module
(
name
portion
of
``
filename
``).
|
+----------------+-------------------------+-----------------------------------------------+
+----------------+-------------------------+-----------------------------------------------+
|
msecs
|
``%(
msecs
)
d
``
|
Millisecond
portion
of
the
time
when
the
|
|
msecs
|
``%(
msecs
)
d
``
|
Millisecond
portion
of
the
time
when
the
|
|
|
|
:
class
:`
LogRecord
`
was
created
.
|
|
|
|
:
class
:`
LogRecord
`
was
created
.
|
+----------------+-------------------------+-----------------------------------------------+
+----------------+-------------------------+-----------------------------------------------+
|
message
|
``%(
message
)
s
``
|
The
logged
message
,
computed
as
``
msg
%
|
|
|
|
args
``.
This
is
set
when
|
|
|
|
:
meth
:`
Formatter
.
format
`
is
invoked
.
|
+----------------+-------------------------+-----------------------------------------------+
|
msg
|
You
shouldn
't need to | The format string passed in the original |
|
msg
|
You
shouldn
't need to | The format string passed in the original |
| | format this yourself. | logging call. Merged with ``args`` to |
| | format this yourself. | logging call. Merged with ``args`` to |
| | | produce ``message``, or an arbitrary object |
| | | produce ``message``, or an arbitrary object |
...
...
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