On Thu, Jul 25, 2013 at 2:10 AM, David M. Cotter <m...@davecotter.com> wrote:
> So: i really want it to go to my own log file (via my Log() function).  now, 
> can i specify "please output to this FILE*" ?, i looked at all the python c 
> headers but found nothing about redirecting the output.


Are you able to simply redirect the OS-level stdout handle, or would
that disrupt your own code? That might be an easier way to log to a
file.

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

Reply via email to