Help for this page

Select Code to Download


  1. or download this
    my $log = bless Log::Log4perl->get_logger(caller()), __PACKAGE__;
    
  2. or download this
    Log::Log4perl->get_logger(caller())->$method(@_);
    
  3. or download this
    sub new {
        return bless {}, shift;
    }