in reply to Help implementing log4perl
It helps if you post your code to us see what's going on. I hope you have instantiated a logger in your code like this:
my $log = Log::Log4perl->get_logger('My::Application'); $log->info("Some message");
If you didn't, remember Log::Log4perl can't do magic for you ;)
|
|---|