summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.rst
Commit message (Expand)AuthorAgeFilesLines
* logging: clarified Filter documentation.Vinay Sajip2010-10-201-0/+3
* Note version for addition of processName.Georg Brandl2010-10-171-0/+3
* Merged revisions 84945 via svnmerge fromGeorg Brandl2010-10-061-1/+1
* logging: Updated library configuration documentation.Vinay Sajip2010-09-271-0/+18
* Improved Filter documentation.Vinay Sajip2010-09-171-1/+15
* Improved basicConfig and custom level documentation.Vinay Sajip2010-09-171-0/+33
* Issue #9827: clarified LogRecord documentation.Vinay Sajip2010-09-111-27/+66
* Updated information on logging contextual information.Vinay Sajip2010-09-061-0/+76
* Improved logging.Formatter date/time formatting documentation.Vinay Sajip2010-08-301-0/+8
* Issue #9606: Updated documentation for Filter objects.Vinay Sajip2010-08-191-0/+7
* Merged revisions 83900 via svnmerge fromSenthil Kumaran2010-08-091-1/+1
* Minor improvements to logging documentation.Vinay Sajip2010-07-061-1/+6
* Added information about pickle security and SocketHandler.Vinay Sajip2010-06-291-0/+5
* Issue #8890: Documentation changed to avoid reference to temporary files - ot...Vinay Sajip2010-06-041-11/+11
* Issue #8890: Documentation changed to avoid reference to temporary files.Vinay Sajip2010-06-031-2/+4
* Updated logging documentation with more dictConfig information.Vinay Sajip2010-05-211-0/+39
* Fixed minor typo in ReST markup.Vinay Sajip2010-05-181-1/+1
* Add cross-reference to later sectionAndrew M. Kuchling2010-05-161-3/+3
* #8696: add documentation for logging.config.dictConfig (PEP 391)Andrew M. Kuchling2010-05-121-7/+453
* 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