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? 

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to