Help for this page

Select Code to Download


  1. or download this
        Log::Log4perl->init_and_watch($conf_file, 'HUP');
    
  2. or download this
        kill -HUP pid
    
  3. or download this
        my $watcher = Log::Log4perl::Config::Watch->new(
                              file    => "/data/my.conf",
                              signal  => 'HUP'
                      );