Help for this page

Select Code to Download


  1. or download this
    {
      Log::Log4perl->init ( $log4perl_config );
    ...
      ..
      $log->info('Some stuff');
    }
    
  2. or download this
    my $log;
    {
    ...
      $log->info('Some other stuff');
      ..
    }