summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added section about adding contextual information to log output.Vinay Sajip2008-01-071-0/+46
* Updated docs for basicConfig to indicate it's a no-op if handlers have been d...Vinay Sajip2008-01-071-11/+12
* Some cleanup in the docs.Georg Brandl2007-12-291-9/+6
* Diverse markup fixes.Georg Brandl2007-12-061-1/+1
* Add tutorial and examples to logging docs, from GHOP student "oscar8thegrouch".Georg Brandl2007-12-041-11/+594
* Bug #1313, fix typo (wrong variable name) in example.Neal Norwitz2007-10-231-1/+1
* Add :term:s for "new-style class".Georg Brandl2007-10-211-1/+1
* - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4Matthias Klose2007-08-161-1/+1
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+1857