L PROTECTED]> wrote:
> John Dunbar wrote:
> > Kevin, thank you for comprehensive reply.
> >
> >> Well, the safest and most direct way would be to replace/augment all the
> >> prints to STDERR (like "warn" and "die") inside your script with
>
Kevin, thank you for comprehensive reply.
> Well, the safest and most direct way would be to replace/augment all the
> prints to STDERR (like "warn" and "die") inside your script with
> log4perl logger calls.
I would prefer this solution, but how can I the redirect whole output
(or STDERR atleast
Dear log4perl users,
I am new to log4perl, I have search quite lot in FAQ and docs, but
didnt't find the answer. How could I redirect the STDERR output of
script executed through system() to logger?
At the moment I use logging to file, but I would like to move it log4perl.
Now: system "command 2>