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

The documentation for your version http://search.cpan.org/~mschilli/Log-Log4perl-1.04/lib/Log/Log4perl.pm shows no trace method.

BTW, Yes, even you can use CPAN

  • Comment on Re^3: Log::Log4Perl trace method missing

Replies are listed 'Best First'.
Re^4: Log::Log4Perl trace method missing
by DavidFerrington (Acolyte) on Jan 21, 2010 at 17:53 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