summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #8331: logging: fixed some grammatical errors in documentation.Vinay Sajip2010-04-071-2/+2
* Issue #8327: logging: Clarification of propagation functionality in documenta...Vinay Sajip2010-04-061-13/+16
* Remove col-spanning cells in logging docs.Georg Brandl2010-04-021-4/+4
* logging: Updated SysLogHandler documentation.Vinay Sajip2010-03-241-0/+8
* logging: Documentation tweak.Vinay Sajip2010-03-241-2/+2
* logging: Added LOG_FTP for SysLogHandler and updated documentation.Vinay Sajip2010-03-241-0/+71
* logging: Added getChild utility method to Logger and added isEnabledFor metho...Vinay Sajip2010-03-221-0/+15
* Issue #8162: logging: Clarified docstring and documentation for disable funct...Vinay Sajip2010-03-171-1/+5
* Fix warnings from "make check".Georg Brandl2010-03-121-12/+12
* Issue #8117: Updated NEWS entry and added to logging documentation.Vinay Sajip2010-03-121-0/+5
* logging: Documented warnings module integration.Vinay Sajip2010-02-191-0/+22
* Issue #7851: logging: clarification on logging configuration files.Vinay Sajip2010-02-041-0/+7
* #7388: "python".capitalize() in the DocEzio Melotti2009-12-191-1/+1
* Issue #7529: logging: Minor correction to documentation.Vinay Sajip2009-12-171-0/+2
* Issue 7199: Documentation made slightly more consistent w.r.t. logging level ...Vinay Sajip2009-10-281-1/+1
* Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronis...Vinay Sajip2009-10-101-6/+12
* Tidied up name of parameter in StreamHandlerVinay Sajip2009-09-261-2/+2
* Fixed a typo, and added sections on optimization and using arbitrary objects ...Vinay Sajip2009-09-221-1/+48
* Added section on exceptions raised during logging.Vinay Sajip2009-08-201-0/+22
* Further refined section on logging to one file from multiple processes.Vinay Sajip2009-08-171-0/+3
* Refined section on logging to one file from multiple processes.Vinay Sajip2009-08-151-0/+6
* Added section on logging to one file from multiple processes.Vinay Sajip2009-08-151-0/+16
* Added versionchanged notices for optional 'delay' parameter to file handler c...Vinay Sajip2009-08-141-0/+12
* #6577: fix (hopefully) all links to builtin instead of module/class-specific ...Georg Brandl2009-07-261-1/+1
* Minor documentation fixes for logging.Eric Smith2009-06-041-2/+2
* Clarified warning about logging use from asynchronous signal handlers.Vinay Sajip2009-04-031-3/+4
* Added warning about logging use from asynchronous signal handlers.Vinay Sajip2009-04-031-0/+3
* revert r69777 since all the experts agree that extra import lines distract fr...Benjamin Peterson2009-02-201-5/+2
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-191-2/+5
* Added more cross-reference targets and tidied up list of useful handlers.Vinay Sajip2009-01-191-22/+45
* Minor changes/corrections in markup.Vinay Sajip2009-01-151-1/+5
* Made minor changes/corrections in markup. Added a couple of section headings.Vinay Sajip2009-01-151-21/+29
* Minor changes/corrections in markup.Vinay Sajip2009-01-121-17/+14
* Corrected minor typo and added .currentmodule directives to fix missing cross...Vinay Sajip2009-01-101-1/+10
* Corrected an incorrect self-reference.Vinay Sajip2009-01-101-1/+0
* Minor documentation changes cross-referencing NullHandler to the documentatio...Vinay Sajip2009-01-101-1/+8
* Minor documentation changes relating to NullHandler, the module used for hand...Vinay Sajip2009-01-021-19/+38
* Handlers are in the `logging.handlers` module.Georg Brandl2009-01-011-0/+4
* Minor documentation change relating to NullHandler.Vinay Sajip2008-12-301-4/+4
* Issue #4384: Added logging integration with warnings module using captureWarn...Vinay Sajip2008-12-031-0/+15
* Bug #3738: Documentation is now more accurate in describing handler close met...Vinay Sajip2008-09-011-4/+6
* Added section about configuring logging in a library. Thanks to Thomas Heller...Vinay Sajip2008-09-011-0/+39
* Issue #3389: Allow resolving dotted names for handlers in logging configurati...Vinay Sajip2008-07-181-1/+5
* Markup fix.Georg Brandl2008-06-061-2/+2
* Document 'utc' parameterAndrew M. Kuchling2008-06-051-3/+7
* ConfigParser renaming reversal part 3: move module into place and adapt imports.Georg Brandl2008-05-251-20/+18
* socketserver renaming reversal part 3: move the module into the rightGeorg Brandl2008-05-241-5/+5
* Updated import statements to use the new `configparser` module name.Alexandre Vassalotti2008-05-141-12/+14
* Update configparser docs for lowercasing rename.Georg Brandl2008-05-141-6/+6
* Updated all import statements to use the new socketserver module name.Alexandre Vassalotti2008-05-121-5/+5