Help for this page

Select Code to Download


  1. or download this
    package Some::Package;
    
    our $Log = Log::Log4perl->get_logger(__PACKAGE__);
    
  2. or download this
    sub Log {
      my $class = shift;
      return Log::Log4perl->get_logger( ref($class) || $class);
    }