| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 1 | -1/+1 |
| | | |||||
| * | reprime(): calls reprime on all sub-loggers, ignoring attribute errors | bwarsaw | 1999-12-25 | 1 | -0/+7 |
| | | | | | if the logger doesn't have a reprime method. | ||||
| * | __logexc() => _logexc() | bwarsaw | 1998-07-31 | 1 | -4/+4 |
| | | | | | XXX: This class is no longer used by the driver script. | ||||
| * | Subpackage containing all logging classes. | bwarsaw | 1998-07-02 | 1 | -0/+69 |
| StampedLogger is carried over from before, with some changes. Logger used to be in Mailman.Utils MultiLogger is new, it is used to log identical message to a list of loggers supporting the write interface of file-like objects (e.g. a Logger or sys.__stdout__). | |||||
