summaryrefslogtreecommitdiff
path: root/Mailman/Logging/MultiLogger.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
|
* reprime(): calls reprime on all sub-loggers, ignoring attribute errorsbwarsaw1999-12-251-0/+7
| | | | if the logger doesn't have a reprime method.
* __logexc() => _logexc()bwarsaw1998-07-311-4/+4
| | | | XXX: This class is no longer used by the driver script.
* Subpackage containing all logging classes.bwarsaw1998-07-021-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__).