Vinay Sajip added the comment:

> Would it make sense for the logging module to supply something like the 
> LoggerWriter class you wrote? 

Perhaps I'm not making myself clear :-( I've posted the LoggerWriter class (not 
the initial version, but the later, slightly more functional one) to see if it 
will meet the needs that Antoine raised and Raymond concurred with. The 
intention is, if it meets their requirements, to indeed add the LoggerWriter 
class to the stdlib. If it doesn't meet the requirements, then suggestions 
and/or patches to improve it are welcome.

However, from a smoke test, sys.stdout = LoggerWriter() doesn't seem to work as 
expected, but I can't see why at the moment (and currently I'm not able to give 
it my undivided attention).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22195>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to