summaryrefslogtreecommitdiff
path: root/Mailman/Logging/StampedLogger.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright years.bwarsaw2002-03-161-1/+1
|
* write(): Compare to None with `is' not `=='.bwarsaw2001-06-271-3/+6
|
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
|
* Typobwarsaw1999-12-131-1/+1
|
* Slight change in formatbwarsaw1999-12-131-3/+3
|
* Always include the non-cached PID of the process doing the printing.bwarsaw1999-12-131-1/+2
|
* StampedLogger.__init__(): Added new default argument `immediate'bwarsaw1998-07-311-3/+6
| | | | which is passed through to the Logger.__init__().
* Simplify the import, exploiting the fact that it's within the package.klm1998-07-231-1/+1
|
* Subpackage containing all logging classes.bwarsaw1998-07-021-0/+82
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__).