summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Benjamin Peterson2009-02-201-5/+2
| | | | from the code
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-191-2/+5
| | | | documentation.
* 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 ↵Vinay Sajip2009-01-101-1/+10
| | | | cross-references.
* Corrected an incorrect self-reference.Vinay Sajip2009-01-101-1/+0
|
* Minor documentation changes cross-referencing NullHandler to the ↵Vinay Sajip2009-01-101-1/+8
| | | | documentation on configuring logging in a library.
* Minor documentation changes relating to NullHandler, the module used for ↵Vinay Sajip2009-01-021-19/+38
| | | | handlers and references to ConfigParser.
* 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 ↵Vinay Sajip2008-12-031-0/+15
| | | | captureWarnings(). This change includes a NullHandler which does nothing; it will be of use to library developers who want to avoid the "No handlers could be found for logger XXX" message which can appear if the library user doesn't configure logging.
* Bug #3738: Documentation is now more accurate in describing handler close ↵Vinay Sajip2008-09-011-4/+6
| | | | methods.
* Added section about configuring logging in a library. Thanks to Thomas ↵Vinay Sajip2008-09-011-0/+39
| | | | Heller for the idea.
* Issue #3389: Allow resolving dotted names for handlers in logging ↵Vinay Sajip2008-07-181-1/+5
| | | | configuration files. Thanks to Philip Jenvey for the patch.
* 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
| | | | place and fix all references to it. Closes #2926.
* Updated import statements to use the new `configparser` module name.Alexandre Vassalotti2008-05-141-12/+14
| | | | | | | | Updated the documentation to use the new name. Revert addition of the stub entry for the old name. Georg, I am reverting your changes since this commit should propagate to py3k.
* 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
| | | | | Renamed socketserver module in its own documentation. Renamed documentation references.
* 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 ↵Benjamin Peterson2008-04-251-153/+163
| | | | the class directive
* 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
| | | | for the LoggerAdapter class.
* 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 ↵Vinay Sajip2008-01-071-11/+12
| | | | defined for the root logger.
* 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