Hi,
I want to get the properties configured in propoerties files. Especially Log file path. I am getting following error mesasgae at cmd prompt while using PropertyConfigurator.
Can't locate object method "new" via package "Log::Log4perl::Config:

ropertyConfigurator"
CODE:
my $conf = Log::Log4perl::Config:

ropertyConfigurator->new();
$conf->file("$log_file");
$conf->parse(); # will die() on error
Appreciate your suggestion
Thanks in advance,
MSR