summaryrefslogtreecommitdiffstats
path: root/Doc/lib/liblogging.tex
Commit message (Collapse)AuthorAgeFilesLines
* [Bug #812936] Correct the documentation for RotatingFileHandler.Andrew M. Kuchling2003-09-261-11/+15
| | | | [2.3 bugfix candidate]
* SF patch #791153: inconsistency with implementation(logging)Raymond Hettinger2003-09-011-1/+1
| | | | (Contributed by George Yoshida.)
* add missing 'Neal Norwitz2003-07-081-1/+1
|
* - clean up table markup for readabilityFred Drake2003-07-081-40/+46
| | | | | - don't use \constant for literals; it's for "defined" constants - fix various consistency issues
* Fixed a table that wasn't in a tableii block, and added a very simpleAnthony Baxter2003-07-081-26/+72
| | | | example to show how to log to a file.
* SF patch #761519: Fixes for bugs 760703 and 757821Raymond Hettinger2003-06-271-15/+30
| | | | | | | | | | | | | | | | | | SF bug #760703: SocketHandler and LogRecord don't work well together SF bug #757821: logging module docs Applied Vinay Sajip's patch with a few minor fixups and a NEWS item. Patched __init__.py - added new function makeLogRecord (for bug report 760703). Patched handlers.py - updated some docstrings and deleted some old commented-out code. Patched test_logging.py to make use of makeLogRecord. Patched liblogging.tex to fill documentation gaps (both 760703 and bug 757821).
* SF patch #687683, Patches to logging (updates from Vinay)Neal Norwitz2003-02-181-10/+11
| | | | | | Mostly rename WARN -> WARNING Other misc tweaks Update tests (not in original patch)
* More markup changes for consistency.Fred Drake2003-01-281-14/+14
|
* Various minor markup adjustments.Fred Drake2003-01-281-16/+25
|
* Fix minor typos.Raymond Hettinger2003-01-251-6/+6
|
* SF #638299, LaTeX documentation for logging packageNeal Norwitz2003-01-251-884/+846
| | | | | | Replace existing doc with new version from Vinay. Fixed markup and wrapped long lines from patch. Needs review.
* Remove extra wordAndrew M. Kuchling2002-11-251-1/+1
|
* Fix critical markup errors.Fred Drake2002-11-151-2/+2
|
* initial rough cut at documentation of logging module. This is basicallySkip Montanaro2002-11-141-0/+1139
just a conversion of pydoc.help(logging).