summaryrefslogtreecommitdiff
path: root/Mailman/Logging/Logger.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Subpackage containing all logging classes.bwarsaw1998-07-021-0/+79
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__).