summaryrefslogtreecommitdiffstats
path: root/Doc/lib/liblogging.tex
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-1768/+0
|
* Updated documentation for SysLogHandler (#1720726).Vinay Sajip2007-05-251-2/+5
|
* Bug #1713535: typo in logging example.Georg Brandl2007-05-051-1/+1
|
* Added documentation for new optional credentials argument to ↵Vinay Sajip2007-05-011-2/+5
| | | | SMTPHandler.__init__().
* fix some markup errorsFred Drake2007-04-261-1/+1
|
* Remove bogus entry.Georg Brandl2007-04-011-3/+0
|
* Fix a lot of markup and meta-information glitches.Georg Brandl2007-04-011-36/+36
|
* Added documentation for WatchedFileHandler (based on SF patch #1598415)Vinay Sajip2007-01-141-2/+38
|
* Updated documentation for findCaller() to indicate that a 3-tuple is now ↵Vinay Sajip2006-12-191-2/+4
| | | | returned, rather than a 2-tuple.
* Added relativeCreated to Formatter doc (has been in the system for a long ↵Vinay Sajip2006-10-311-0/+3
| | | | time - was unaccountably left out of the docs and not noticed until now).
* Documentation clarified to mention optional parameters.Vinay Sajip2006-10-031-4/+4
|
* Documentation omitted the additional parameter to LogRecord.__init__ which ↵Vinay Sajip2006-10-031-2/+4
| | | | was added in 2.5. (See SF #1569622).
* markup fixFred Drake2006-07-201-2/+2
|
* Updated documentation for TimedRotatingFileHandler relating to how rollover ↵Vinay Sajip2006-07-201-7/+5
| | | | files are named. The previous documentation was wrongly the same as for RotatingFileHandler.
* Added some more versionchanged markup.Vinay Sajip2006-02-151-0/+6
|
* Doc some user visible changesNeal Norwitz2006-02-131-1/+4
|
* Added information on function name added to LogRecord, and the 'extra' ↵Vinay Sajip2006-02-091-13/+96
| | | | keyword parameter.
* Misc. changes, including documenting the ability to specify a class ↵Vinay Sajip2006-01-221-29/+46
| | | | attribute in Formatter configuration. Contributed by Shane Hathaway.
* Bug #1394868: doc typosGeorg Brandl2006-01-011-1/+1
|
* Minor update to HTTPHandler documentation to indicate that host:port can be ↵Vinay Sajip2005-10-291-1/+3
| | | | used.
* Minor clarification of effective level calculationVinay Sajip2005-09-261-0/+14
|
* Typo fixAndrew M. Kuchling2005-08-181-1/+1
|
* Documentation added about changes in 2.4 to basicConfig(), including ↵Vinay Sajip2005-07-291-1/+23
| | | | documentation of the keyword arguments. A version change note was also added to the basic example.
* Documentation clarified re. config socket listener protocolVinay Sajip2005-06-051-1/+4
|
* Added threadName to LogRecordVinay Sajip2005-03-311-0/+1
|
* Fixed documentation for SMTPHandlerVinay Sajip2005-02-181-2/+1
|
* Fixed errors reported in SF bug #1074693Vinay Sajip2004-12-021-6/+23
|
* Minor grammatical errors fixedVinay Sajip2004-11-111-7/+6
|
* Patch #1061924: add documentation for BaseRotatingHandler and correctJohannes Gijsbers2004-11-071-2/+5
| | | | reference to non-existent function 'setRollover()'.
* Patch #1061857: add documentation for previously undocumentedJohannes Gijsbers2004-11-071-0/+49
| | | | TimedRotatingFileHandler class. Thanks Jeroen Vloothuis!
* style consistency:Fred Drake2004-10-291-30/+32
| | | | | - always include a space after the "#" that starts a comment - easier to read imports
* Added network logging exampleVinay Sajip2004-10-291-0/+137
|
* Added example of multiple destinationsVinay Sajip2004-10-221-2/+66
|
* Clarified documentation about exc_info keyword parameterVinay Sajip2004-10-031-4/+8
|
* Added log() function documentationVinay Sajip2004-09-241-0/+5
|
* Added getLoggerClass()Vinay Sajip2004-09-221-0/+13
|
* Updated doc for getLogger()Vinay Sajip2004-08-311-1/+4
|
* Updated Logger.log() documentation to clarify that lvl parameter should be ↵Vinay Sajip2004-08-041-1/+1
| | | | an integer.
* Added an extra example to the basic example sectionVinay Sajip2004-07-211-0/+21
|
* Fixed minor bugs in the example configuration fileVinay Sajip2004-07-121-4/+4
|
* Replaced some tabs with spaces in verbatim section.Vinay Sajip2004-07-071-7/+7
|
* Moved example section up to just after the section on Logger objects, and ↵Vinay Sajip2004-07-031-52/+118
| | | | changed it to use the new basicConfig() API
* remove bogus markup that caused the docs to be wrongFred Drake2004-04-151-1/+1
|
* fix up some markupFred Drake2004-04-091-18/+18
|
* give rational filenames to some of the generated HTMLFred Drake2004-04-081-2/+4
|
* add link to the red-dove.com page about the logging packageFred Drake2004-01-081-0/+7
|
* [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