Log-Log4perl - Re: about Config.pm

Posted on Wed Sep 12 10:31:51 2007 by lloy0076 in response to 5910 (See the whole thread of 2)
Re: about Config.pm

Hi There,

It looks like you've overwritten the Config _module_ in your Log4perl distribution. This particular module is actually Perl and is meant to read your own personal configuration.

Here's what I'd do to get back to working with it again:

* reinstall your Log4perl or replace Config.pm with one found via the source browser or your downloaded source

* make a configuration and put it somewhere that you can remember, (eg C:/config.cfg)

* Then:

use Log::Log4perl; Log::Log4perl->init("C:/config.cfg");

DSL
Write a response