Inca::Logger - Wrapper to encapsulate dependence on Logger::Log4perl
use Inca::Logger ":all";
This module wraps the functions exported by Log::Log4perl, allowing access to them when the module is installed and preventing clients from puking otherwise.
use Inca::Logger ":all";
Inca::Logger->init();
$logger = Inca::Logger->get_logger('mylog');
$logger->info("Any message");
$logger->fatal("Any message");
Jim Hayes <jhayes@sdsc.edu>
Hey! The above document had some coding errors, which are explained below:
=end testing without matching =begin. (Stack: [empty])