in reply to Re: Method to test output of Perl Source filter?
in thread Method to test output of Perl Source filter?

How on earth would log4perl help him? Perhaps in the grand scheme of things it might be useful to simply some logging code or things of that nature, but in this specific case how would log4perl be of any more use then a few simple debugging print statements?
  • Comment on Re: Re: Method to test output of Perl Source filter?

Replies are listed 'Best First'.
Re: Re: Re: Method to test output of Perl Source filter?
by liz (Monsignor) on Nov 13, 2003 at 08:59 UTC
    Because you can switch it on / off "externally"?

    Personally, I always use warn myself, while piping STDERR to a file. As I said elsewhere, I don't like the runtime penalty of log4perl.

    Liz