Subject: | Log4Perl |
Log4Perl 1.00
Perl, v5.6.1 built for i386-linux
Linux hostname 2.4.20-37.7.legacysmp
Warning/Info message on console
------------------------------------
Log4perl: Seems like no initialization happened. Forgot to call init()?
Implementation
------------------------------------
main:
use Log::Log4perl;
Log::Log4perl->init("log.conf");
Modules:
use Log::Log4perl;
...
$logger = Log::Log4perl->get_logger("Pkg::SubPkg");
...
------------------------------------
I have tried various settings, init approaches but no such luck. I continue to get this message.
Tom