Help for this page

Select Code to Download


  1. or download this
    program start -> initialize logger <<Log::Log4perl::init("log.properti
    +es")>> -> get the logger <<my $logger = get_logger()>> -> use fork() 
    +to create threads -> wait for threads to die
    
  2. or download this
    child start -> change NDC <<Log::Log4perl::NDC->push($NDC)>> -> do the
    +ir thing, including using customer modules
    
  3. or download this
    use Log::Log4perl (get_logger);
    my $logger = get_logger();
    ...
    {
      $logger->info("Hello world!");
    }