in reply to Re: Log::Log4Perl trace method missing
in thread Log::Log4Perl trace method missing

hmmm, might be because I'm using 5.8.8 and a 1.04 Log::Log4Perl and I can't do anything about that, since this is what we have in the company and I can't get a later version.
-- David
  • Comment on Re^2: Log::Log4Perl trace method missing

Replies are listed 'Best First'.
Re^3: Log::Log4Perl trace method missing
by Anonymous Monk on Jan 21, 2010 at 17:36 UTC
      Thanks, I've obviously been reading latest CPAN, but not for our version.

      Yes I can use CPAN, but not where I work, for a VERY big bank and everything is tied down around the world - would take months to get the latest version of the module into the company and onto the NFS shares :-(

      I'm not in a position to pull a copy of anything in. So I'll live with it.

      A possible workaround would be to change the level designations that go in the log so that FATAL reads ERROR, ERROR reads WARN, WARN reads INFO, INFO reads DEBUG and DEBUG reads TRACE.

      I'd like to make DEBUG read as VERBOSE anyway, but can't figure out how to do that. And maybe I shouldn't try!

      thanks for your help !-- Node text goes above. Div tags should contain sig only -->

      -- David