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
497256ba
Commit
497256ba
authored
Apr 07, 2010
by
Vinay Sajip
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #8331: logging: fixed some grammatical errors in documentation.
parent
ef7590e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/library/logging.rst
Doc/library/logging.rst
+2
-2
No files found.
Doc/library/logging.rst
View file @
497256ba
...
...
@@ -246,7 +246,7 @@ With the logger object configured, the following methods create log messages:
methods
listed
above
,
but
this
is
how
to
log
at
custom
log
levels
.
:
func
:`
getLogger
`
returns
a
reference
to
a
logger
instance
with
the
specified
if
it
i
t
i
s
provided
,
or
``
root
``
if
not
.
The
names
are
period
-
separated
if
it
is
provided
,
or
``
root
``
if
not
.
The
names
are
period
-
separated
hierarchical
structures
.
Multiple
calls
to
:
func
:`
getLogger
`
with
the
same
name
will
return
a
reference
to
the
same
logger
object
.
Loggers
that
are
further
down
in
the
hierarchical
list
are
children
of
loggers
higher
up
in
the
list
.
...
...
@@ -291,7 +291,7 @@ custom handlers) are the following configuration methods:
Application
code
should
not
directly
instantiate
and
use
instances
of
:
class
:`
Handler
`.
Instead
,
the
:
class
:`
Handler
`
class
is
a
base
class
that
defines
the
interface
that
all
H
andlers
should
have
and
establishes
some
defines
the
interface
that
all
h
andlers
should
have
and
establishes
some
default
behavior
that
child
classes
can
use
(
or
override
).
...
...
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