Help for this page

Select Code to Download


  1. or download this
    sub action {
      if ( DEBUG ) {
    ...
        my $loggerHandle = $loggerClass->getLoggerHandle();
      }
    }
    
  2. or download this
    my $loggerClass = $self->_getLoggerClass();
    $loggerClass->writeToLoggerHandle($self, $text);
    
  3. or download this
    $loggerClass->can('writeToLoggerHandle')->($self, $text);