Re: sending all of stderr to a process

2009-04-03 Thread Torsten Foertsch
On Fri 03 Apr 2009, E R wrote: > I want to send all error output to a process for specialized logging. > I know that you can use CustomLog with a pipe. However, will that > capture output from things like 'print STDERR ...' or if an XS module > directly writes to stderr? I need that output to also

sending all of stderr to a process

2009-04-03 Thread E R
I want to send all error output to a process for specialized logging. I know that you can use CustomLog with a pipe. However, will that capture output from things like 'print STDERR ...' or if an XS module directly writes to stderr? I need that output to also go to my logging process. Does anyone