summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.rst
Commit message (Expand)AuthorAgeFilesLines
* #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
* Add a sentence to basicConfig() that is in the docstring.Georg Brandl2008-05-091-0/+2
* reformat some documentation of classes so methods and attributes are under th...Benjamin Peterson2008-04-251-153/+163
* Added updates with respect to recent changes to TimedRotatingFileHandler.Vinay Sajip2008-04-021-4/+5
* Clarified documentation on use of shutdown().Vinay Sajip2008-03-161-1/+2
* Fix factual error.Georg Brandl2008-03-021-5/+6
* Make clear that the constants are strings.Georg Brandl2008-03-021-15/+15
* Add minor markup for a string.Brett Cannon2008-02-251-3/+3
* A lot more typo fixes by Ori Avtalion.Georg Brandl2008-02-221-2/+2
* Added documentation for optional delay argument to FileHandler and subclasses.Vinay Sajip2008-01-241-8/+18
* Minor documentation change - hyperlink tidied up.Vinay Sajip2008-01-211-5/+8
* Fix markup.Georg Brandl2008-01-191-56/+56
* Added section on passing contextual information to logging and documentation ...Vinay Sajip2008-01-181-27/+134