redirect stdout

Neal Becker ndbecker2 at verizon.net
Fri Apr 8 12:52:40 EDT 2005


I'd like to build a module that would redirect stdout to send it to a logging 
module.  I want to be able to use a python module that expects to print 
results using "print" or "sys.stdout.write()" and without modifying that 
module, be able to redirect it's stdout to a logger which will send the 
messages via datagrams to a server. 
 
Any ideas? 




More information about the Python-list mailing list