Help for this page

Select Code to Download


  1. or download this
            $logger->trace("Point 9.85");
            # create an API notice
    ...
              };
            # stuff something into the log
            $logger->trace("Point 9.9");
    
  2. or download this
      try { $self->_run($row_id, $subject) }
      catch { $logger->error("run($row_id): ".Dumper($_)) };