Lines Matching refs:output
365 my @output = ();
373 push(@output, "\n");
374 push(@output, "*********************************************************************\n");
377 push(@output, "The following errors in the log file were ignored:\n");
381 push(@output, "ERROR: The following errors occurred in packaging process:\n");
383 push(@output, "\n");
387 push @output, sprintf(" %12.6f : %s", $line->{'relative_time'}, $line->{'message'});
390 push(@output, "*********************************************************************\n");
396 push(@output, "\n");
397 push(@output, "***********************************************************\n");
398 push(@output, "Successful packaging process!\n");
399 push(@output, "***********************************************************\n");
405 foreach my $line (@output)
414 @installer::globals::errorlogfileinfo = @output;