summaryrefslogtreecommitdiff
path: root/Doc/library/logging.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-4/+1
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* Issue #25508: Merged documentation fix from 3.4.Vinay Sajip2015-11-241-1/+3
|\
| * Issue #25508: Clarify documentation on LogRecord args attribute.Vinay Sajip2015-11-241-1/+3
* | Closes #24060: Merged documentation update from 3.4.Vinay Sajip2015-05-021-4/+9
|\ \ | |/ |/|
| * Closes #22436: Merged documentation update from 3.4.Vinay Sajip2014-09-181-2/+11
| |\
| * | Closes #20537: logging methods now accept an exception instance as well as a ...Vinay Sajip2014-09-141-4/+9
* | | Issue #24060: Made logging.Formatter documentation a little clearer.Vinay Sajip2015-05-021-1/+3
| |/ |/|
* | Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName().Vinay Sajip2014-09-181-2/+11
|/
* Issue #22386: fixed regression.Vinay Sajip2014-09-111-2/+2
* Issue #21752: Documented change to behaviour of logging.getLevelName().Vinay Sajip2014-06-141-0/+5
* Issue #21245: updated documentation on exception() method and function.Vinay Sajip2014-04-151-2/+2
* Added cookbook entry on alternative formatting styles.Vinay Sajip2014-01-151-1/+2
* Clarified documentation note on module-level convenience functions.Vinay Sajip2014-01-151-8/+9
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
* Issue #19902: Added list of logging levels.Vinay Sajip2013-12-191-0/+32
* Issue #19789: Clarified documentation for logging.disable.Vinay Sajip2013-11-301-2/+4
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-3/+3
* Issue #19504: Used American spelling for 'customize'.Vinay Sajip2013-11-151-2/+2
* Corrected some incorrect cross-references.Vinay Sajip2013-10-311-7/+8
* Issue #18933: Added links to source code.Vinay Sajip2013-09-051-0/+4
* Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+2
* Issue #17007: Merged minor changes from 3.2.Vinay Sajip2013-01-211-3/+38
|\
| * Issue #17007: Merged doc update from 3.2.Vinay Sajip2013-01-211-12/+29
| |\
| * \ Issue #16884: Merged doc fix from 3.2.Vinay Sajip2013-01-081-2/+2
| |\ \
| * \ \ Issue #16884: Merged logging documentation fixes from 3.2.Vinay Sajip2013-01-071-3/+38
| |\ \ \
| | * \ \ Closes #15399: merged documentation fix from 3.2.Vinay Sajip2012-07-201-0/+3
| | |\ \ \
| | * \ \ \ Closes #14864: Added documentation on how to undo the effects of a logging.di...Vinay Sajip2012-05-201-3/+38
| | |\ \ \ \
| | | * \ \ \ Merged updates to logging reference and HOWTO from 3.2.Vinay Sajip2012-04-101-2/+15
| | | |\ \ \ \
| | | * \ \ \ \ Merge: Use PEP-8 style in logging exampleJason R. Coombs2012-03-071-1/+1
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge 3.2Éric Araujo2012-02-261-3/+38
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Merged documentation update from 3.2.Vinay Sajip2012-02-201-3/+38
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ Mention the additional way to use the lvl parameter and when it changed.Gregory P. Smith2012-01-141-3/+38
| | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ merge 3.2Benjamin Peterson2011-12-301-3/+38
| | | | | | |\ \ \ \ \ \
| | | | | | | * \ \ \ \ \ Closes #13459: Merged fix from 3.2.Vinay Sajip2011-11-231-3/+38
| | | | | | | |\ \ \ \ \ \
| | | | | | | | * | | | | | Avoid relying on the default reST role in logging library docÉric Araujo2011-10-221-10/+10
| | | | | | | | * | | | | | Closes #13235: Added deprecation for warn() methods and function in logging.Vinay Sajip2011-10-211-2/+9
| | | | | | | | * | | | | | Fix markup.Georg Brandl2011-06-141-11/+11
| | | | | | | | * | | | | | Merged documentation update for Formatter.formatTime.Vinay Sajip2011-06-121-1/+29
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ Merged documentation update for issue #12206.Vinay Sajip2011-06-111-1/+28
| | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | * | | | | | Updated Formatter.formatTime docs to indicate configuration via class attribu...Vinay Sajip2011-06-101-0/+12
| | | | | | | | | | * | | | | | Added 'handlers' argument to logging.basicConfig.Vinay Sajip2011-04-111-1/+16
* | | | | | | | | | | | | | | | Issue #17007: Made minor changes to documentation wording.Vinay Sajip2013-01-211-8/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Issue #17007: Improved logging documentation based on suggestions in the issue.Vinay Sajip2013-01-211-12/+29
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Issue #16884: Updated docs to use 'note' directives in a couple of places mis...Vinay Sajip2013-01-081-2/+2
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Issue #16884: updated logging documentation to include lastResort and use 'no...Vinay Sajip2013-01-071-14/+29
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Issue #15399: Added versionchanged for processName.Vinay Sajip2012-07-201-0/+3
|/ / / / / / / / / / /
* | | | | | | | | | | Fixes #14864: Added documentation on how to undo the effects of a logging.dis...Vinay Sajip2012-05-201-1/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Updated logging reference and HOWTO.Vinay Sajip2012-04-101-2/+15
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Use PEP-8 style in logging exampleJason R. Coombs2012-03-071-1/+1
|/ / / / / / / /