| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
stdout, so much as tee it to stderr, so I've changed the name of the
argument and implemented this as a tee to stderr.
I don't think this breaks any code, but I'm not 100% sure yet.
Also, whitespace normalization and pychecker fixes.
|
| | |
|
| |
|
|
| |
from the function argument.
|
| | |
|
| |
|
|
| |
argument to StampedLogger().
|
| |
|
|
|
|
| |
doesn't have the attribute sys.__stdout__; although this is placed
into the sys module by the driver, I think there are non-CGI paths to
this code.
|
| |
|
|
| |
doesn't get name mangled.
|
| |
|
|
| |
sys.stderr (and tee it to sys.stdout, also).
|
|
|
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__).
|