Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -1768/+0 |
| | |||||
* | Updated documentation for SysLogHandler (#1720726). | Vinay Sajip | 2007-05-25 | 1 | -2/+5 |
| | |||||
* | Bug #1713535: typo in logging example. | Georg Brandl | 2007-05-05 | 1 | -1/+1 |
| | |||||
* | Added documentation for new optional credentials argument to ↵ | Vinay Sajip | 2007-05-01 | 1 | -2/+5 |
| | | | | SMTPHandler.__init__(). | ||||
* | fix some markup errors | Fred Drake | 2007-04-26 | 1 | -1/+1 |
| | |||||
* | Remove bogus entry. | Georg Brandl | 2007-04-01 | 1 | -3/+0 |
| | |||||
* | Fix a lot of markup and meta-information glitches. | Georg Brandl | 2007-04-01 | 1 | -36/+36 |
| | |||||
* | Added documentation for WatchedFileHandler (based on SF patch #1598415) | Vinay Sajip | 2007-01-14 | 1 | -2/+38 |
| | |||||
* | Updated documentation for findCaller() to indicate that a 3-tuple is now ↵ | Vinay Sajip | 2006-12-19 | 1 | -2/+4 |
| | | | | returned, rather than a 2-tuple. | ||||
* | Added relativeCreated to Formatter doc (has been in the system for a long ↵ | Vinay Sajip | 2006-10-31 | 1 | -0/+3 |
| | | | | time - was unaccountably left out of the docs and not noticed until now). | ||||
* | Documentation clarified to mention optional parameters. | Vinay Sajip | 2006-10-03 | 1 | -4/+4 |
| | |||||
* | Documentation omitted the additional parameter to LogRecord.__init__ which ↵ | Vinay Sajip | 2006-10-03 | 1 | -2/+4 |
| | | | | was added in 2.5. (See SF #1569622). | ||||
* | markup fix | Fred Drake | 2006-07-20 | 1 | -2/+2 |
| | |||||
* | Updated documentation for TimedRotatingFileHandler relating to how rollover ↵ | Vinay Sajip | 2006-07-20 | 1 | -7/+5 |
| | | | | files are named. The previous documentation was wrongly the same as for RotatingFileHandler. | ||||
* | Added some more versionchanged markup. | Vinay Sajip | 2006-02-15 | 1 | -0/+6 |
| | |||||
* | Doc some user visible changes | Neal Norwitz | 2006-02-13 | 1 | -1/+4 |
| | |||||
* | Added information on function name added to LogRecord, and the 'extra' ↵ | Vinay Sajip | 2006-02-09 | 1 | -13/+96 |
| | | | | keyword parameter. | ||||
* | Misc. changes, including documenting the ability to specify a class ↵ | Vinay Sajip | 2006-01-22 | 1 | -29/+46 |
| | | | | attribute in Formatter configuration. Contributed by Shane Hathaway. | ||||
* | Bug #1394868: doc typos | Georg Brandl | 2006-01-01 | 1 | -1/+1 |
| | |||||
* | Minor update to HTTPHandler documentation to indicate that host:port can be ↵ | Vinay Sajip | 2005-10-29 | 1 | -1/+3 |
| | | | | used. | ||||
* | Minor clarification of effective level calculation | Vinay Sajip | 2005-09-26 | 1 | -0/+14 |
| | |||||
* | Typo fix | Andrew M. Kuchling | 2005-08-18 | 1 | -1/+1 |
| | |||||
* | Documentation added about changes in 2.4 to basicConfig(), including ↵ | Vinay Sajip | 2005-07-29 | 1 | -1/+23 |
| | | | | documentation of the keyword arguments. A version change note was also added to the basic example. | ||||
* | Documentation clarified re. config socket listener protocol | Vinay Sajip | 2005-06-05 | 1 | -1/+4 |
| | |||||
* | Added threadName to LogRecord | Vinay Sajip | 2005-03-31 | 1 | -0/+1 |
| | |||||
* | Fixed documentation for SMTPHandler | Vinay Sajip | 2005-02-18 | 1 | -2/+1 |
| | |||||
* | Fixed errors reported in SF bug #1074693 | Vinay Sajip | 2004-12-02 | 1 | -6/+23 |
| | |||||
* | Minor grammatical errors fixed | Vinay Sajip | 2004-11-11 | 1 | -7/+6 |
| | |||||
* | Patch #1061924: add documentation for BaseRotatingHandler and correct | Johannes Gijsbers | 2004-11-07 | 1 | -2/+5 |
| | | | | reference to non-existent function 'setRollover()'. | ||||
* | Patch #1061857: add documentation for previously undocumented | Johannes Gijsbers | 2004-11-07 | 1 | -0/+49 |
| | | | | TimedRotatingFileHandler class. Thanks Jeroen Vloothuis! | ||||
* | style consistency: | Fred Drake | 2004-10-29 | 1 | -30/+32 |
| | | | | | - always include a space after the "#" that starts a comment - easier to read imports | ||||
* | Added network logging example | Vinay Sajip | 2004-10-29 | 1 | -0/+137 |
| | |||||
* | Added example of multiple destinations | Vinay Sajip | 2004-10-22 | 1 | -2/+66 |
| | |||||
* | Clarified documentation about exc_info keyword parameter | Vinay Sajip | 2004-10-03 | 1 | -4/+8 |
| | |||||
* | Added log() function documentation | Vinay Sajip | 2004-09-24 | 1 | -0/+5 |
| | |||||
* | Added getLoggerClass() | Vinay Sajip | 2004-09-22 | 1 | -0/+13 |
| | |||||
* | Updated doc for getLogger() | Vinay Sajip | 2004-08-31 | 1 | -1/+4 |
| | |||||
* | Updated Logger.log() documentation to clarify that lvl parameter should be ↵ | Vinay Sajip | 2004-08-04 | 1 | -1/+1 |
| | | | | an integer. | ||||
* | Added an extra example to the basic example section | Vinay Sajip | 2004-07-21 | 1 | -0/+21 |
| | |||||
* | Fixed minor bugs in the example configuration file | Vinay Sajip | 2004-07-12 | 1 | -4/+4 |
| | |||||
* | Replaced some tabs with spaces in verbatim section. | Vinay Sajip | 2004-07-07 | 1 | -7/+7 |
| | |||||
* | Moved example section up to just after the section on Logger objects, and ↵ | Vinay Sajip | 2004-07-03 | 1 | -52/+118 |
| | | | | changed it to use the new basicConfig() API | ||||
* | remove bogus markup that caused the docs to be wrong | Fred Drake | 2004-04-15 | 1 | -1/+1 |
| | |||||
* | fix up some markup | Fred Drake | 2004-04-09 | 1 | -18/+18 |
| | |||||
* | give rational filenames to some of the generated HTML | Fred Drake | 2004-04-08 | 1 | -2/+4 |
| | |||||
* | add link to the red-dove.com page about the logging package | Fred Drake | 2004-01-08 | 1 | -0/+7 |
| | |||||
* | [Bug #812936] Correct the documentation for RotatingFileHandler. | Andrew M. Kuchling | 2003-09-26 | 1 | -11/+15 |
| | | | | [2.3 bugfix candidate] | ||||
* | SF patch #791153: inconsistency with implementation(logging) | Raymond Hettinger | 2003-09-01 | 1 | -1/+1 |
| | | | | (Contributed by George Yoshida.) | ||||
* | add missing ' | Neal Norwitz | 2003-07-08 | 1 | -1/+1 |
| | |||||
* | - clean up table markup for readability | Fred Drake | 2003-07-08 | 1 | -40/+46 |
| | | | | | - don't use \constant for literals; it's for "defined" constants - fix various consistency issues |