Help for this page

Select Code to Download


  1. or download this
        use Log::Log4perl;
        Log::Log4perl->init("log4perl.conf");
    ...
    
        $logger->info("this one's for mailer.log");
        $logger->fatal("this one's for test.log and email");