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
b2e9bd97
Commit
b2e9bd97
authored
Sep 24, 2004
by
Vinay Sajip
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added log() function documentation
parent
9db34240
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Doc/lib/liblogging.tex
Doc/lib/liblogging.tex
+5
-0
No files found.
Doc/lib/liblogging.tex
View file @
b2e9bd97
...
...
@@ -193,6 +193,11 @@ is added to the logging message. This function should only be called
from an exception handler.
\end{funcdesc}
\begin{funcdesc}
{
log
}{
level, msg
\optional
{
, *args
\optional
{
, **kwargs
}}}
Logs a message with level
\var
{
level
}
on the root logger.
The other arguments are interpreted as for
\function
{
debug()
}
.
\end{funcdesc}
\begin{funcdesc}
{
disable
}{
lvl
}
Provides an overriding level
\var
{
lvl
}
for all loggers which takes
precedence over the logger's own level. When the need arises to
...
...
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