From: John D. <du...@gm...> - 2007-11-21 16:56:34
|
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>>errors.log"; I would like to redirect that error output to logger. Thanks a lot John. |