Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the ability to specify a class attribute in Formatter configuration. ↵ | Vinay Sajip | 2006-01-20 | 1 | -1/+21 |
| | | | | Contributed by Shane Hathaway. | ||||
* | Refactoring for fileConfig. Contributed by Shane Hathaway. | Vinay Sajip | 2006-01-16 | 1 | -125/+142 |
| | |||||
* | Documentation clarified re. config socket listener protocol | Vinay Sajip | 2005-06-05 | 1 | -3/+3 |
| | |||||
* | Made traceback unconditional, to avoid lock contention problems when logging ↵ | Vinay Sajip | 2005-03-13 | 1 | -3/+2 |
| | | | | errors occur in a custom importer (SF path #1158052). | ||||
* | Handle errors in imports of thread, threading | Vinay Sajip | 2005-02-18 | 1 | -1/+7 |
| | |||||
* | Added exception handling during handler initialization in fileConfig() | Vinay Sajip | 2004-09-24 | 1 | -24/+27 |
| | |||||
* | Minor documentation changes | Vinay Sajip | 2004-02-28 | 1 | -3/+4 |
| | |||||
* | Copyright year change. | Vinay Sajip | 2004-02-20 | 1 | -2/+7 |
| | | | | | Corrections to comments. Added RESET_ERROR definition. | ||||
* | Undo the apply() removals; this code needs to run under Python 1.5.2. | Guido van Rossum | 2003-03-02 | 1 | -1/+1 |
| | |||||
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -1/+1 |
| | |||||
* | Fix what I believe is a bug: when removing all previous handlers, | Guido van Rossum | 2002-12-20 | 1 | -2/+2 |
| | | | | should copy the handlers list because it's being modified by the loop. | ||||
* | SF Patch #638825 | Neal Norwitz | 2002-11-15 | 1 | -4/+7 |
| | | | | | Fix pychecker warnings, port arg was unused (it was always the default) Need a global statement for _listener | ||||
* | From SF patch 638299 [by Vinaj]: fileConfig() now takes an optional | Guido van Rossum | 2002-11-14 | 1 | -2/+2 |
| | | | | defaults dictionary parameter which is passed to ConfigParser. | ||||
* | Get rid of #! lines, references to usage as __main__, README.txt, and | Guido van Rossum | 2002-11-13 | 1 | -8/+0 |
| | | | | http://www.red-dove.com/python_logging.html. | ||||
* | Adding Vinay Sajip's logging package. | Guido van Rossum | 2002-11-13 | 1 | -0/+300 |