output to console and to multiple files
nathan.shair at gmail.com
nathan.shair at gmail.com
Wed Feb 14 17:28:34 EST 2007
More information about the Python-list mailing list
Wed Feb 14 17:28:34 EST 2007
- Previous message (by thread): output to console and to multiple files
- Next message (by thread): output to console and to multiple files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, I searched on Google and in this Google Group, but did not find any solution to my problem. I'm looking for a way to output stdout/stderr (from a subprocess or spawn) to screen and to at least two different files. eg. stdout/stderr -> screen stdout -> log.out stderr -> log.err and if possible stdout/stderr -> screen and log.txt 3 files from stdout/stderr
- Previous message (by thread): output to console and to multiple files
- Next message (by thread): output to console and to multiple files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list