mirror of
https://github.com/python/cpython.git
synced 2025-11-09 22:16:39 +00:00
Logging documentation - further update.
This commit is contained in:
parent
97b886dc8c
commit
1d5d6856e2
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
.. module:: logging
|
.. module:: logging
|
||||||
:synopsis: Flexible error logging system for applications.
|
:synopsis: Flexible event logging system for applications.
|
||||||
|
|
||||||
|
|
||||||
.. moduleauthor:: Vinay Sajip <vinay_sajip@red-dove.com>
|
.. moduleauthor:: Vinay Sajip <vinay_sajip@red-dove.com>
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
.. index:: pair: Errors; logging
|
.. index:: pair: Errors; logging
|
||||||
|
|
||||||
This module defines functions and classes which implement a flexible error
|
This module defines functions and classes which implement a flexible event
|
||||||
logging system for applications and libraries.
|
logging system for applications and libraries.
|
||||||
|
|
||||||
The key benefit of having the logging API provided by a standard library module
|
The key benefit of having the logging API provided by a standard library module
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue