<<

NAME

Inca::Logger - Wrapper to encapsulate dependence on Logger::Log4perl

SYNOPSIS

  use Inca::Logger ":all";

DESCRIPTION

This module wraps the functions exported by Log::Log4perl, allowing access to them when the module is installed and preventing clients from puking otherwise.

EXAMPLE

  use Inca::Logger ":all";
  Inca::Logger->init();
  $logger = Inca::Logger->get_logger('mylog');
  $logger->info("Any message");
  $logger->fatal("Any message");

AUTHOR

Jim Hayes <jhayes@sdsc.edu>

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 26:

=end testing without matching =begin. (Stack: [empty])

<<