Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added optional encoding argument to file handlers. | Vinay Sajip | 2005-03-13 | 1 | -11/+25 |
| | |||||
* | Improved SysLogHandler error recovery (patch by Erik Forsberg) | Vinay Sajip | 2005-01-13 | 1 | -9/+16 |
| | |||||
* | Changes made to maintain 1.5.2 compatibility. | Vinay Sajip | 2004-10-03 | 1 | -6/+27 |
| | |||||
* | Fixed bug in DatagramHandler.send() | Vinay Sajip | 2004-08-24 | 1 | -0/+2 |
| | |||||
* | Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate. | Martin v. Löwis | 2004-08-18 | 1 | -16/+2 |
| | |||||
* | Removed debugging print statements from TimedRotatingFileHandler, and sorted ↵ | Vinay Sajip | 2004-07-12 | 1 | -3/+4 |
| | | | | list returned by glob.glob() (SF #987166) | ||||
* | Add exception handling for BaseRotatingFileHandler (SF #979252) | Vinay Sajip | 2004-07-08 | 1 | -3/+6 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2004-07-07 | 1 | -5/+5 |
| | |||||
* | Refactored RotatingFileHandler to create a base class for rotating ↵ | Vinay Sajip | 2004-07-03 | 1 | -11/+167 |
| | | | | handlers. Added TimedRotatingFileHandler. | ||||
* | Removed spurious import statement | Vinay Sajip | 2004-03-08 | 1 | -2/+0 |
| | |||||
* | Minor documentation changes | Vinay Sajip | 2004-02-28 | 1 | -2/+3 |
| | |||||
* | Added close() (which flushes) to BufferingHandler and tidied ↵ | Vinay Sajip | 2004-02-21 | 1 | -2/+10 |
| | | | | MemoryHandler.close() [SF #901330] | ||||
* | Copyright year change. | Vinay Sajip | 2004-02-20 | 1 | -17/+67 |
| | | | | | | | Corrections to comments. Tracebacks can now be sent via SocketHandler. SocketHandler now uses exponential backoff strategy. Handlers now chain to Handler.close() from their close() methods. | ||||
* | SF bug #835457: Small typo in logging documentation | Raymond Hettinger | 2003-11-08 | 1 | -1/+1 |
| | |||||
* | SF patch #761519: Fixes for bugs 760703 and 757821 | Raymond Hettinger | 2003-06-27 | 1 | -13/+12 |
| | | | | | | | | | | | | | | | | | | 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 #725904, Minor changes to logging from module author (Vinay Sajip) | Neal Norwitz | 2003-04-23 | 1 | -7/+29 |
| | | | | - upgrade to version 0.4.8 | ||||
* | SF patch #687683, Patches to logging (updates from Vinay) | Neal Norwitz | 2003-02-18 | 1 | -13/+15 |
| | | | | | | Mostly rename WARN -> WARNING Other misc tweaks Update tests (not in original patch) | ||||
* | amk pointed out that syslog may use UDP or TCP sockets. | Neal Norwitz | 2003-01-26 | 1 | -1/+7 |
| | | | | Update to try UDP, if that fails, try TCP. | ||||
* | SF #642974, logging SysLogHandler proto type wrong | Neal Norwitz | 2003-01-26 | 1 | -1/+1 |
| | | | | Syslog uses UDP (SOCK_DGRAM) | ||||
* | 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/+707 |